Preps for the next Consul release, 0.6.2.
This commit is contained in:
parent
b21ef7330f
commit
fce1cb4ee1
|
@ -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:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue