Skip to content

Commit

Permalink
Merge pull request #1947 from hashicorp/0-37-7-changelog
Browse files Browse the repository at this point in the history
[NET-9610] Prep for release of v0.38.0
  • Loading branch information
nathancoleman authored Jun 3, 2024
2 parents 14965b7 + 2cc8cd6 commit 507ac65
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
# 0.38.0 (June 3, 2024)

NEW FEATURES:
* Add support for listing Consul partitions [[GH-1940](https://github.com/hashicorp/consul-template/pull/1940)]
* Add support for listing exported services in a Consul partition [[GH-1940](https://github.com/hashicorp/consul-template/pull/1940)]
* Add support for grouping Consul services by port [[GH-1939](https://github.com/hashicorp/consul-template/pull/1939)]

# 0.37.6 (May 6, 2024)
BUG FIXES:
* Fix shimkv2 concatenation [GH-1921]https://github.com/hashicorp/consul-template/pull/1921/
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.6"
Version = "0.38.0"
VersionPrerelease = "" // "-dev", "-beta", "-rc1", etc. (include dash)
)

Expand Down

0 comments on commit 507ac65

Please sign in to comment.