Skip to content

Commit

Permalink
Merge pull request #1966 from hashicorp/jm/0.39.1
Browse files Browse the repository at this point in the history
Update changelog and version for 0.39.1 release
  • Loading branch information
jmurret committed Jul 16, 2024
2 parents af9734b + 5d8c334 commit 539621e
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 @@
# 0.39.1 (July 16, 2024)

IMPROVEMENTS:
* Enhance pkiCert template to return full CA chain [[GH-1962](https://github.com/hashicorp/consul-template/pull/1962)]

# 0.39.0 (June 20, 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.39.0"
Version = "0.39.1"
VersionPrerelease = "" // "-dev", "-beta", "-rc1", etc. (include dash)
)

Expand Down

0 comments on commit 539621e

Please sign in to comment.