From 4cb75eaf72a47ddb0f3d5dbd970460ae4648c854 Mon Sep 17 00:00:00 2001 From: Anton Averchenkov <84287187+averche@users.noreply.github.com> Date: Mon, 18 Dec 2023 18:34:18 -0500 Subject: [PATCH] 0.4.3 release notes (#248) * 0.4.3 Changelog * typos --- CHANGELOG.md | 11 ++++++++++- client.go | 2 +- generate/config.yaml | 2 +- 3 files changed, 12 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 55e609ff..9d3a3b5e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,12 @@ and this project adheres to ## Unreleased ([diff][unreleased-diff]) +## [0.4.3][] ([diff][0.4.3-diff]) - 2023-12-15 + +### Fixed + +- Fixed error parsing for errors with non-standard response bodies (#247). + ## [0.4.2][] ([diff][0.4.2-diff]) - 2023-10-19 ### Fixed @@ -150,7 +156,9 @@ and this project adheres to [unreleased-diff]: - https://github.com/hashicorp/vault-client-go/compare/v0.4.2...HEAD + https://github.com/hashicorp/vault-client-go/compare/v0.4.3...HEAD +[0.4.3-diff]: + https://github.com/hashicorp/vault-client-go/compare/v0.4.2...v0.4.3 [0.4.2-diff]: https://github.com/hashicorp/vault-client-go/compare/v0.4.1...v0.4.2 [0.4.1-diff]: @@ -174,6 +182,7 @@ and this project adheres to +[0.4.3]: https://github.com/hashicorp/vault-client-go/releases/tag/v0.4.3 [0.4.2]: https://github.com/hashicorp/vault-client-go/releases/tag/v0.4.2 [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 diff --git a/client.go b/client.go index 6644c271..de845ae2 100644 --- a/client.go +++ b/client.go @@ -18,7 +18,7 @@ import ( "github.com/hashicorp/go-retryablehttp" ) -const ClientVersion = "0.4.2" +const ClientVersion = "0.4.3" // Client manages communication with Vault, initialize it with vault.New(...) type Client struct { diff --git a/generate/config.yaml b/generate/config.yaml index a7305f87..c7358539 100644 --- a/generate/config.yaml +++ b/generate/config.yaml @@ -3,5 +3,5 @@ additionalProperties: packageName: vault - packageVersion: 0.4.2 + packageVersion: 0.4.3