Skip to content

Commit 507ac65

Browse files
Merge pull request #1947 from hashicorp/0-37-7-changelog
[NET-9610] Prep for release of v0.38.0
2 parents 14965b7 + 2cc8cd6 commit 507ac65

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
# 0.38.0 (June 3, 2024)
2+
3+
NEW FEATURES:
4+
* Add support for listing Consul partitions [[GH-1940](https://github.com/hashicorp/consul-template/pull/1940)]
5+
* Add support for listing exported services in a Consul partition [[GH-1940](https://github.com/hashicorp/consul-template/pull/1940)]
6+
* Add support for grouping Consul services by port [[GH-1939](https://github.com/hashicorp/consul-template/pull/1939)]
7+
18
# 0.37.6 (May 6, 2024)
29
BUG FIXES:
310
* Fix shimkv2 concatenation [GH-1921]https://github.com/hashicorp/consul-template/pull/1921/

version/version.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ package version
66
import "fmt"
77

88
const (
9-
Version = "0.37.6"
9+
Version = "0.38.0"
1010
VersionPrerelease = "" // "-dev", "-beta", "-rc1", etc. (include dash)
1111
)
1212

0 commit comments

Comments
 (0)