Skip to content

Commit

Permalink
Version 0.8.3
Browse files Browse the repository at this point in the history
Signed-off-by: Davide Madrisan <davide.madrisan@gmail.com>
  • Loading branch information
madrisan committed Dec 5, 2019
1 parent 57ee73c commit 453792e
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,15 @@
## 0.8.3 (December 5, 2019)

BUG FIXES:

* Fix (once again) the initialization of the Vault URL by ensuring that
the command-line value has precedence over the default value and the
VAULT_ADDR environment variable.

OTHER:

* Travis CI: add go 1.13.x build target and remove the 1.11.x one.

## 0.8.2 (September 30, 2019)

BUG FIXES:
Expand Down
2 changes: 1 addition & 1 deletion version/version_base.go
@@ -1,6 +1,6 @@
package version

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

0 comments on commit 453792e

Please sign in to comment.