Skip to content

Commit

Permalink
Changelog and version bump for v0.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eikenb committed Dec 9, 2022
1 parent abcfc08 commit b2ce02c
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,13 @@
## v0.7.0 (Dec 09, 2022)

IMPROVEMENTS:
* Enable ESM single instance to monitor all namespaces [[GH-191](https://github.com/hashicorp/consul-esm/pull/191), [GH-143](https://github.com/hashicorp/consul-esm/issues/143)]
* Add support for pprof endpoints [[GH-189](https://github.com/hashicorp/consul-esm/pull/189)]

BUG FIXES:
* Fix deadlock on checkrunner [[GH-193](https://github.com/hashicorp/consul-esm/pull/193), [GH-192](https://github.com/hashicorp/consul-esm/issues/192)]
* Fix USER setting in docker config [[GH-176](https://github.com/hashicorp/consul-esm/pull/176)]

## v0.6.2 (Oct 12, 2022)

BUG FIXES:
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.2"
Version = "0.7.0"

// 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 b2ce02c

Please sign in to comment.