diff --git a/.goxc.json b/.goxc.json index 9e3b4f060..139afb617 100644 --- a/.goxc.json +++ b/.goxc.json @@ -10,7 +10,7 @@ ], "BuildConstraints": "linux,amd64 windows,amd64 darwin,amd64 linux,arm", "ResourcesInclude": "INSTALL*,README*,LICENSE*,config/*,static/*,templates/*", - "PackageVersion": "0.9.0", + "PackageVersion": "0.9.1", "TaskSettings": { "deb": { "metadata": { diff --git a/CHANGELOG.md b/CHANGELOG.md index 35530b4f3..33d2c7fbb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,12 @@ +## 0.9.1 (2016-09-24) + +Bug fixes: + +- Fix job stats not being updated #180 +- Fix zookeeper get list of executions #184 +- Fix crash when deleting a job that doesn't exists #182 +- Fix Travis in forks + ## 0.9.0 (2016-08-24) Features: diff --git a/main.go b/main.go index c00e581a8..60a0ed533 100644 --- a/main.go +++ b/main.go @@ -10,7 +10,7 @@ import ( ) const ( - VERSION = "0.9.0" + VERSION = "0.9.1" ) func main() {