diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 0ee8c01..816df2d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.0" + ".": "0.3.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index e87d905..6262253 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.1](https://github.com/statnett/vault-plugin-auth-jwt-auto-roles/compare/v0.3.0...v0.3.1) (2024-09-10) + + +### Bug Fixes + +* **deps:** update module github.com/hashicorp/vault/api to v1.15.0 ([#90](https://github.com/statnett/vault-plugin-auth-jwt-auto-roles/issues/90)) ([6b366fd](https://github.com/statnett/vault-plugin-auth-jwt-auto-roles/commit/6b366fd2c869f74977cb31f6cb449f471e669064)) +* **deps:** update module github.com/hashicorp/vault/sdk to v0.14.0 ([#91](https://github.com/statnett/vault-plugin-auth-jwt-auto-roles/issues/91)) ([a20568c](https://github.com/statnett/vault-plugin-auth-jwt-auto-roles/commit/a20568c78c87106ce19f3a58385554a07ef88359)) + ## [0.3.0](https://github.com/statnett/vault-plugin-auth-jwt-auto-roles/compare/v0.2.16...v0.3.0) (2024-07-31)