Skip to content

Commit

Permalink
Preps for the next Consul release, 0.6.2.
Browse files Browse the repository at this point in the history
  • Loading branch information
James Phillips committed Jan 13, 2016
1 parent 71e3901 commit 8872cd3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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:
Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8872cd3

Please sign in to comment.