Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.4.1 release notes #238

Merged
merged 2 commits into from
Sep 27, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 10 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,12 @@ and this project adheres to

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

## [0.4.1][] ([diff][0.4.1-diff]) - 2023-09-27

### Fixed

- Fixed `SetCustomHeaders` & `WithCustomHeaders` functions (#237).

## [0.4.0][] ([diff][0.4.0-diff]) - 2023-09-18

### Added
Expand Down Expand Up @@ -138,7 +144,9 @@ and this project adheres to
<!-- diffs -->

[unreleased-diff]:
https://github.com/hashicorp/vault-client-go/compare/v0.4.0...HEAD
https://github.com/hashicorp/vault-client-go/compare/v0.4.1...HEAD
[0.4.1-diff]:
https://github.com/hashicorp/vault-client-go/compare/v0.4.0...v0.4.1
[0.4.0-diff]:
https://github.com/hashicorp/vault-client-go/compare/v0.3.3...v0.4.0
[0.3.3-diff]:
Expand All @@ -158,6 +166,7 @@ and this project adheres to

<!-- releases -->

[0.4.1]: https://github.com/hashicorp/vault-client-go/releases/tag/v0.4.1
[0.4.0]: https://github.com/hashicorp/vault-client-go/releases/tag/v0.4.0
[0.3.3]: https://github.com/hashicorp/vault-client-go/releases/tag/v0.3.3
[0.3.2]: https://github.com/hashicorp/vault-client-go/releases/tag/v0.3.2
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.4.0
packageVersion: 0.4.1