Skip to content

Commit

Permalink
update changelog and version file for v0.13.1
Browse files Browse the repository at this point in the history
  • Loading branch information
eikenb committed Oct 3, 2022
1 parent 6037e16 commit 3111d81
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## envconsul CHANGELOG

## v0.13.1 (Oct 03, 2022)

BUG FIXES:
* Fix not passing through configuration setting properly to underlying consul-template config [[GH-312](https://github.com/hashicorp/envconsul/pull/312), [GH-310](https://github.com/hashicorp/envconsul/issues/310)]
* Fix issue with vault agent token file reading [[GH-314](https://github.com/hashicorp/envconsul/pull/314), [GH-275](https://github.com/hashicorp/envconsul/issues/275)]


## v0.13.0 (Jul 19, 2022)

BUG FIXES:
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.13.0"
Version = "0.13.1"
VersionPrerelease = "" // "-dev", "-beta", "-rc1", etc. (include dash)
)

Expand Down

0 comments on commit 3111d81

Please sign in to comment.