We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 142ba1a commit db170adCopy full SHA for db170ad
CHANGELOG.md
@@ -1,7 +1,10 @@
1
-## v0.3.0 (unreleased)
+## v0.3.0 (2016-06-14)
2
3
+* lib: Fix `Events()` to return all chaos events.
4
+* lib: Move library code. You need to import `github.com/mlafeldt/chaosmonkey/lib` now.
5
* lib: Allow to configure custom User Agent.
6
* cli: Send custom User Agent `chaosmonkey Go client <version>`.
7
+* cli: Allow to wipe state of Chaos Monkey via `-wipe-state`.
8
* cli: Add `--version` to show program version.
9
10
## v0.2.0 (2016-05-24)
main.go
@@ -16,7 +16,7 @@ import (
16
17
// Version is the current version of the chaosmonkey tool. A ".dev" suffix
18
// denotes that the version is currently being developed.
19
-const Version = "v0.3.0.dev"
+const Version = "v0.3.0"
20
21
func main() {
22
var (
0 commit comments