Skip to content

Commit

Permalink
Release v0.21.2
Browse files Browse the repository at this point in the history
Signed-off-by: John Eikenberry <jae@zhar.net>
  • Loading branch information
eikenb committed Aug 31, 2019
1 parent 3957cdf commit 3726cb7
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
## v0.21.2 (August 31, 2019)

BUG FIXES:

* Fix regression in backup [[GH-1271](https://github.com/hashicorp/consul-template/pull/1271), [GH-1270](https://github.com/hashicorp/consul-template/issues/1270)]

## v0.21.1 (August 30, 2019)

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 @@ -2,7 +2,7 @@ package version

import "fmt"

const Version = "0.21.1"
const Version = "0.21.2"

var (
Name string
Expand Down

0 comments on commit 3726cb7

Please sign in to comment.