Skip to content

Commit b29e19e

Browse files
committed
v0.5.3
1 parent 7bf0cd2 commit b29e19e

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
## v0.5.3 (2018-03-27)
2+
3+
* cli: Allow to set AWS region on the command line.
4+
* lib: Extend API to set AWS region per request.
5+
* lib: Fix error handling for deleting SimpleDB domain.
6+
* Build project with Go 1.10.
7+
18
## v0.5.2 (2017-10-08)
29

310
* lib: Expose `APIPath`, `APIRequest`, `APIResponse`, and `ToEvent`.

version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,4 @@ package main
22

33
// Version is the current version of the chaosmonkey tool. A ".dev" suffix
44
// denotes that the version is currently being developed.
5-
const Version = "v0.5.2"
5+
const Version = "v0.5.3"

0 commit comments

Comments
 (0)