Skip to content

Commit db170ad

Browse files
committed
v0.3.0
1 parent 142ba1a commit db170ad

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
1-
## v0.3.0 (unreleased)
1+
## v0.3.0 (2016-06-14)
22

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

710
## v0.2.0 (2016-05-24)

main.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import (
1616

1717
// Version is the current version of the chaosmonkey tool. A ".dev" suffix
1818
// denotes that the version is currently being developed.
19-
const Version = "v0.3.0.dev"
19+
const Version = "v0.3.0"
2020

2121
func main() {
2222
var (

0 commit comments

Comments
 (0)