Skip to content

Commit

Permalink
changelog and version bump for v0.7.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eikenb committed Jan 6, 2023
1 parent 48f0d6a commit ee12238
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
## v0.7.1 (Jan 09, 2023)

BUG FIXES:
* fix goroutine/memory leak [[GH-196](https://github.com/hashicorp/consul-esm/pull/196), [GH-194](https://github.com/hashicorp/consul-esm/issues/194)]

## v0.7.0 (Dec 09, 2022)

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.7.0"
Version = "0.7.1"

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

Please sign in to comment.