Skip to content

Commit

Permalink
0.3.2 Release Notes (#171)
Browse files Browse the repository at this point in the history
  • Loading branch information
averche authored May 16, 2023
1 parent 9f187c3 commit a61d683
Show file tree
Hide file tree
Showing 3 changed files with 18 additions and 3 deletions.
17 changes: 16 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ and this project adheres to

## Unreleased ([diff][unreleased-diff])

## [0.3.2][] ([diff][0.3.2-diff]) - 2023-05-16

### Added

- Added support for custom query parameters

### Deprecated

- Deprecated ReadWithParameters
- Deprecated ReadRawWithParameters
- Deprecated DeleteWithParameters

## [0.3.1][] ([diff][0.3.1-diff]) - 2023-05-10

### Changed
Expand Down Expand Up @@ -81,7 +93,9 @@ and this project adheres to
<!-- diffs -->

[unreleased-diff]:
https://github.com/hashicorp/vault-client-go/compare/v0.3.1...HEAD
https://github.com/hashicorp/vault-client-go/compare/v0.3.2...HEAD
[0.3.2-diff]:
https://github.com/hashicorp/vault-client-go/compare/v0.3.1...v0.3.2
[0.3.1-diff]:
https://github.com/hashicorp/vault-client-go/compare/v0.3.0...v0.3.1
[0.3.0-diff]:
Expand All @@ -95,6 +109,7 @@ and this project adheres to

<!-- releases -->

[0.3.2]: https://github.com/hashicorp/vault-client-go/releases/tag/v0.3.2
[0.3.1]: https://github.com/hashicorp/vault-client-go/releases/tag/v0.3.1
[0.3.0]: https://github.com/hashicorp/vault-client-go/releases/tag/v0.3.0
[0.2.0]: https://github.com/hashicorp/vault-client-go/releases/tag/v0.2.0
Expand Down
2 changes: 1 addition & 1 deletion client.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion generate/config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,5 +3,5 @@

additionalProperties:
packageName: vault
packageVersion: 0.3.1
packageVersion: 0.3.2

0 comments on commit a61d683

Please sign in to comment.