diff --git a/CHANGELOG.md b/CHANGELOG.md index 474454422..e525f9ee1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ |Date |Issue |Description | |----------|------|---------------------------------------------------------------------------------------------------------| +|2019/03/04| |Release 0.10.1 | +|2019/02/25| |Resolve broker instability on large networks via `go-network-broker#19` | |2019/01/23| |Release 0.10.0 | |2019/01/17| |Various fixes to privileged security certificate handling via `go-security` release `0.3.0` | |2019/01/17| |Allow limiting clients to sets of IPs via `go-network-broker#12` | diff --git a/build/build.go b/build/build.go index 0c2cf395e..45265480a 100644 --- a/build/build.go +++ b/build/build.go @@ -5,7 +5,7 @@ import ( ) // Version the application version -var Version = "0.8.0" +var Version = "0.10.1" // SHA is the git reference used to build this package var SHA = "unknown"