Skip to content

Commit

Permalink
changelog and version bump for v0.29.4
Browse files Browse the repository at this point in the history
  • Loading branch information
eikenb committed Sep 30, 2022
1 parent 5d7eef8 commit bf05ae5
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 @@
## v0.29.4 (Sept 30, 2022)

BUG FIXES:
* Fix goroutine leak in vault token watcher on config reload. [[GH-1650](https://github.com/hashicorp/consul-template/issues/1650)]

## v0.29.3 (Sept 30, 2022)

IMPROVEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ package version
import "fmt"

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

Expand Down

0 comments on commit bf05ae5

Please sign in to comment.