Skip to content

Commit 9e8f8b2

Browse files
author
Noah Meyerhans
committed
Update changelog for 0.15.1 release
Signed-off-by: Noah Meyerhans <nmeyerha@amazon.com>
1 parent 9edbabe commit 9e8f8b2

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
# 0.15.1
2+
3+
* Add the machine.Shutdown() method, enabling access to the SendCtrlAltDel API
4+
added in Firecracker 0.15.0
5+
16
# 0.15.0
27

38
* Initial release

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,4 @@
1414
package firecracker
1515

1616
// Version represents the current version of the SDK.
17-
const Version = "0.15.0"
17+
const Version = "0.15.1"

0 commit comments

Comments
 (0)