Skip to content

Commit

Permalink
chore: bump version (#123)
Browse files Browse the repository at this point in the history
  • Loading branch information
werne2j authored May 10, 2021
1 parent 296f95d commit ea85991
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,10 @@
<a name="v0.7.1"></a>
## [v0.7.1](https://github.com/IBM/argocd-vault-plugin/compare/v0.7.0...v0.7.1) (2021-05-10)

### Fix

* Remove unnecessary panics on replace ([#121](https://github.com/IBM/argocd-vault-plugin/issues/121))

<a name="v0.7.0"></a>
## [v0.7.0](https://github.com/IBM/argocd-vault-plugin/compare/v0.6.0...v0.7.0) (2021-03-24)

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
BINARY=argocd-vault-plugin
VERSION=0.7.0
VERSION=0.7.1
OS_ARCH=darwin_amd64

default: build
Expand Down
2 changes: 1 addition & 1 deletion version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ package version

var (
// Version is the argocd-vault-plugin version.
Version = "v0.7.0"
Version = "v0.7.1"
)

0 comments on commit ea85991

Please sign in to comment.