Skip to content

Commit

Permalink
Merge pull request #1751 from hashicorp/release-0.32
Browse files Browse the repository at this point in the history
Update changelog for v0.32.0
  • Loading branch information
roncodingenthusiast committed May 18, 2023
2 parents 14fabce + 223f84a commit a926131
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
10 changes: 10 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,13 @@
## v0.32.0 (May 18, 2023)

IMPROVEMENTS:
* Add support for Vault agent environment variables. [GH-1741](https://github.com/hashicorp/consul-template/pull/1741)
* Upgrade hashicorp/vault/api from 1.8.2 to 1.9.1. [GH-1743](https://github.com/hashicorp/consul-template/pull/1743)

REPO MAINTENANCE:
* remove repo-specific codeql action, in favor of centralized job. [GH-1740](https://github.com/hashicorp/consul-template/pull/1740/files)


## v0.31.0 (Apr 06, 2023)

IMPROVEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Expand Up @@ -6,7 +6,7 @@ package version
import "fmt"

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

Expand Down

0 comments on commit a926131

Please sign in to comment.