Skip to content

Commit

Permalink
changelog and version updates for v0.6.2
Browse files Browse the repository at this point in the history
  • Loading branch information
eikenb committed Oct 12, 2022
1 parent 300125c commit 1b2ae6f
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
## v0.6.2 (Oct 12, 2022)

BUG FIXES:

* Fix issue with spurious HTTP checks [[GH-171](https://github.com/hashicorp/consul-esm/pull/171), [GH-158](https://github.com/hashicorp/consul-esm/issues/158)]
* Fix deadlock in check updates [[GH-170](https://github.com/hashicorp/consul-esm/pull/170), [GH-159](https://github.com/hashicorp/consul-esm/issues/159)]
* Discard startup text when using JSON logging [[GH-169](https://github.com/hashicorp/consul-esm/pull/169), [GH-161](https://github.com/hashicorp/consul-esm/issues/161)]
* Fix regression with log_json setting [[GH-168](https://github.com/hashicorp/consul-esm/pull/168)]

## v0.6.1 (June 2, 2021)

IMPROVEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ var (

// Version is the main version number that is being run at the moment.
// Note: our current release process does a pattern match on this variable.
Version = "0.6.1"
Version = "0.6.2"

// VersionPrerelease is a pre-release marker for the version. If this is ""
// (empty string) then it means that it is a final release. Otherwise, this
Expand Down

0 comments on commit 1b2ae6f

Please sign in to comment.