Skip to content

Commit

Permalink
Version 0.8.2
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Madrisan <[email protected]>
  • Loading branch information
madrisan committed Sep 30, 2019
1 parent 3977a34 commit 7faee4e
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,16 @@
## 0.8.2 (September 30, 2019)

BUG FIXES:

* Fix the broken initialization of the Vault URL that made impossible to
setup the Vault address via the environment variable `VAULT_ADDR`.

IMPROVEMENTS:

* Update the documentation.
* Add a configuration file for
[CircleCI](https://circleci.com/gh/madrisan/hashicorp-vault-monitor).

## 0.8.1 (September 12, 2019)

IMPROVEMENTS:
Expand Down
2 changes: 1 addition & 1 deletion version/version_base.go
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
package version

func init() {
Version = "0.8.1"
Version = "0.8.2"
VersionPrerelease = ""
}

0 comments on commit 7faee4e

Please sign in to comment.