Skip to content

Commit

Permalink
Merge pull request #1925 from hashicorp/Bump_Version_0_37.6
Browse files Browse the repository at this point in the history
Version bump to 0.37.6
  • Loading branch information
divyaac committed May 6, 2024
2 parents b41578b + 1ebee50 commit 358ff54
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
# 0.37.6 (May 6, 2024)
BUG FIXES:
* Fix shimkv2 concatenation [GH-1921]https://github.com/hashicorp/consul-template/pull/1921/

# 0.37.5 (April 30, 2024)
IMPROVEMENTS:
* Formatting changes [GH-1901]https://github.com/hashicorp/consul-template/pull/1901
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ package version
import "fmt"

const (
Version = "0.37.5"
Version = "0.37.6"
VersionPrerelease = "" // "-dev", "-beta", "-rc1", etc. (include dash)
)

Expand Down

0 comments on commit 358ff54

Please sign in to comment.