diff --git a/CHANGELOG.md b/CHANGELOG.md index bddbcd678..ce2bfe81b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,4 @@ -## 0.6.2 (UNRELEASED) +## 0.6.3 (UNRELEASED) BUG FIXES: @@ -6,6 +6,16 @@ BUG FIXES: it could consume CPU and show spurious failures for health checks, watch handlers, and `consul exec` commands [GH-1592] +## 0.6.2 (January 13, 2015) + +SECURITY: + +* Build against Go 1.5.3 to mitigate a security vulnerability introduced + in Go 1.5. For more information, please see https://groups.google.com/forum/#!topic/golang-dev/MEATuOi_ei4 + +This is a security-only release; other than the version number and building +against Go 1.5.3, there are no changes from 0.6.1. + ## 0.6.1 (January 6, 2015) BACKWARDS INCOMPATIBILITIES: