Skip to content

Commit

Permalink
version bump for 0.6.0 release (#67)
Browse files Browse the repository at this point in the history
plus changelog update
  • Loading branch information
tvoran committed Aug 12, 2022
1 parent 8e8b523 commit 5d298cf
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
# Cloud Foundry HashiCorp Vault Broker Changelog

## Unreleased
## v0.6.0 (Aug 11, 2022)
CHANGES:
- [#65](https://github.com/hashicorp/vault-service-broker/pull/65) migrated to go modules, use go 1.18 in tests, and updated to vault/api@v1.7.2

IMPROVEMENTS:
- [#66](https://github.com/hashicorp/vault-service-broker/pull/66) allow environment variables like `VAULT_SKIP_VERIFY` to be picked up by the Vault client

Expand Down
2 changes: 1 addition & 1 deletion version.go
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
package main

const Version = "0.5.4"
const Version = "0.6.0"

0 comments on commit 5d298cf

Please sign in to comment.