Skip to content

Commit

Permalink
Released 0.2.0 🎉
Browse files Browse the repository at this point in the history
  • Loading branch information
mvisonneau committed Sep 28, 2020
1 parent d6f73d9 commit 694fe2b
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
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [0ver](https://0ver.org).

## [Unreleased]

## [0.2.0] - 2020-09-28

### Added

- **Support for KV v2**
Expand Down Expand Up @@ -170,7 +172,8 @@ and this project adheres to [0ver](https://0ver.org).
- Some unit tests
- License

[Unreleased]: https://github.com/mvisonneau/strongbox/compare/0.1.8...HEAD
[Unreleased]: https://github.com/mvisonneau/strongbox/compare/0.2.0...HEAD
[0.2.0]: https://github.com/mvisonneau/strongbox/compare/0.1.8...0.2.0
[0.1.8]: https://github.com/mvisonneau/strongbox/compare/0.1.7...0.1.8
[0.1.7]: https://github.com/mvisonneau/strongbox/compare/0.1.6...0.1.7
[0.1.6]: https://github.com/mvisonneau/strongbox/compare/0.1.5...0.1.6
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ The idea is to leverage the [Vault Transit Secret backend](https://www.vaultproj

## Compatibility

For the moment `strongbox` supports **both version 1 and 2** of the [Vault K/V](https://www.vaultproject.io/api/secret/kv/kv-v1.html)
`strongbox` supports **both version 1 and 2** of the [Vault K/V](https://www.vaultproject.io/api/secret/kv/kv-v1.html)

## Installation

Expand Down

0 comments on commit 694fe2b

Please sign in to comment.