File tree Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Expand file tree Collapse file tree 2 files changed +5
-2
lines changed Original file line number Diff line number Diff line change 1
- ## v0.3.0 (unreleased )
1
+ ## v0.3.0 (2016-06-14 )
2
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.
3
5
* lib: Allow to configure custom User Agent.
4
6
* cli: Send custom User Agent ` chaosmonkey Go client <version> ` .
7
+ * cli: Allow to wipe state of Chaos Monkey via ` -wipe-state ` .
5
8
* cli: Add ` --version ` to show program version.
6
9
7
10
## v0.2.0 (2016-05-24)
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ import (
16
16
17
17
// Version is the current version of the chaosmonkey tool. A ".dev" suffix
18
18
// denotes that the version is currently being developed.
19
- const Version = "v0.3.0.dev "
19
+ const Version = "v0.3.0"
20
20
21
21
func main () {
22
22
var (
You can’t perform that action at this time.
0 commit comments