Skip to content

Commit

Permalink
Prepare for v0.2.2 release (openbao#42)
Browse files Browse the repository at this point in the history
  • Loading branch information
fairclothjm committed Aug 30, 2023
1 parent 4cf403f commit c9e552a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,12 @@
## Unreleased

## v0.2.2
IMPROVEMENTS:
* Updated dependencies:
* `github.com/hashicorp/vault/sdk` v0.9.0 -> v0.9.2
* `github.com/mediocregopher/radix/v4` v4.1.2 -> v4.1.4
* `github.com/ory/dockertest/v3` v3.9.1 -> v3.10.0

## v0.2.1
* Dependency upgrades

Expand Down
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
module github.com/hashicorp/vault-plugin-database-redis

go 1.19
go 1.20

require (
github.com/hashicorp/errwrap v1.1.0
Expand Down

0 comments on commit c9e552a

Please sign in to comment.