From 2c94aad601f6a630a385c2c4f0fbeac39154c84b Mon Sep 17 00:00:00 2001 From: Victor Castell Date: Mon, 16 Nov 2015 23:00:11 +0100 Subject: [PATCH] Bump version & updated changelog --- .goxc.json | 2 +- CHANGELOG.md | 4 ++++ main.go | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/.goxc.json b/.goxc.json index eaa8700b1..2a6748c31 100644 --- a/.goxc.json +++ b/.goxc.json @@ -11,7 +11,7 @@ ], "BuildConstraints": "linux,amd64 windows,amd64 darwin,amd64", "ResourcesInclude": "INSTALL*,README*,LICENSE*,config/*,static/*,templates/*", - "PackageVersion": "0.5.2", + "PackageVersion": "0.5.3", "TaskSettings": { "publish-github": { "apikey": "", diff --git a/CHANGELOG.md b/CHANGELOG.md index 8274de9b0..324a9d7c7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +## 0.5.3 (2015-11-16) + +- Web UI works behind http proxy + ## 0.5.2 (2015-11-09) - Fix bug in join config parameter that rendered it unusable from config file. diff --git a/main.go b/main.go index 5e5664651..8989cd993 100644 --- a/main.go +++ b/main.go @@ -10,7 +10,7 @@ import ( ) const ( - VERSION = "0.5.2" + VERSION = "0.5.3" ) func main() {