Skip to content

Commit

Permalink
Merge pull request #1950 from hashicorp/prep-0.38.1
Browse files Browse the repository at this point in the history
[NET-9900] Prep for release of v0.38.1
  • Loading branch information
nathancoleman authored Jun 6, 2024
2 parents 1b4d1de + 499428e commit 199f4a3
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
# 0.38.1 (June 6, 2024)

IMPROVEMENTS:
* Return expanded list for exportedServices instead of wildcard from configuration entry [[GH-1948](https://github.com/hashicorp/consul-template/pull/1948)]

BUG FIXES:
* Return the correct value for exportedServices when called multiple times with different partitions [[GH-1949](https://github.com/hashicorp/consul-template/pull/1949)]

# 0.38.0 (June 3, 2024)

NEW FEATURES:
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.38.0"
Version = "0.38.1"
VersionPrerelease = "" // "-dev", "-beta", "-rc1", etc. (include dash)
)

Expand Down

0 comments on commit 199f4a3

Please sign in to comment.