Skip to content

Commit

Permalink
v0.3.0
Browse files Browse the repository at this point in the history
mlafeldt committed Jun 14, 2016
1 parent 142ba1a commit db170ad
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,10 @@
## v0.3.0 (unreleased)
## v0.3.0 (2016-06-14)

* lib: Fix `Events()` to return all chaos events.
* lib: Move library code. You need to import `github.com/mlafeldt/chaosmonkey/lib` now.
* lib: Allow to configure custom User Agent.
* cli: Send custom User Agent `chaosmonkey Go client <version>`.
* cli: Allow to wipe state of Chaos Monkey via `-wipe-state`.
* cli: Add `--version` to show program version.

## v0.2.0 (2016-05-24)
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
@@ -16,7 +16,7 @@ import (

// Version is the current version of the chaosmonkey tool. A ".dev" suffix
// denotes that the version is currently being developed.
const Version = "v0.3.0.dev"
const Version = "v0.3.0"

func main() {
var (

0 comments on commit db170ad

Please sign in to comment.