Preps for the next Consul release, 0.6.2.

This commit is contained in:
James Phillips 2016-01-13 11:19:14 -08:00
parent b21ef7330f
commit fce1cb4ee1
2 changed files with 9 additions and 1 deletions

View File

@ -1,3 +1,11 @@
## 0.6.2 (UNRELEASED)
BUG FIXES:
* Fixed an issue when running Consul as PID 1 in a Docker container where
it could consume CPU and show spurious failures for health checks, watch
handlers, and `consul exec` commands [GH-1592]
## 0.6.1 (January 6, 2015)
BACKWARDS INCOMPATIBILITIES:

View File

@ -7,7 +7,7 @@ var (
)
// The main version number that is being run at the moment.
const Version = "0.6.1"
const Version = "0.6.2"
// A pre-release marker for the version. If this is "" (empty string)
// then it means that it is a final release. Otherwise, this is a pre-release