Skip to content

Commit 07f6391

Browse files
committed
v0.4.0
1 parent 0d72337 commit 07f6391

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## v0.4.0 (unreleased)
1+
## v0.4.0 (2016-07-15)
22

33
* cli: Allow configuring connection via environment variables `CHAOSMONKEY_ENDPOINT`, `CHAOSMONKEY_USERNAME`, and `CHAOSMONKEY_PASSWORD`.
44
* cli: Enhance `-list-groups` to also output current/desired/min/max size of auto scaling groups.

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.4.0.dev"
5+
const Version = "v0.4.0"

0 commit comments

Comments
 (0)