diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 122a59d..23058a3 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.4" + ".": "1.0.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 1118f2f..1b4353c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.0.5](https://github.com/statnett/function-s3-user-arn/compare/v1.0.4...v1.0.5) (2026-05-13) + + +### Bug Fixes + +* **deps:** update module k8s.io/apimachinery to v0.36.1 ([#67](https://github.com/statnett/function-s3-user-arn/issues/67)) ([d7f8527](https://github.com/statnett/function-s3-user-arn/commit/d7f8527050d2a8348249b426207189183f1a59bb)) + ## [1.0.4](https://github.com/statnett/function-s3-user-arn/compare/v1.0.3...v1.0.4) (2026-05-11)