diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 5010e2a..d57a77d 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.56" + ".": "0.3.57" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 357a966..05ac3ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.57](https://github.com/statnett/controller-runtime-viper/compare/v0.3.56...v0.3.57) (2026-05-18) + + +### Bug Fixes + +* **deps:** Update module github.com/onsi/ginkgo/v2 to v2.29.0 ([#567](https://github.com/statnett/controller-runtime-viper/issues/567)) ([bbf4313](https://github.com/statnett/controller-runtime-viper/commit/bbf431352898008289ecd9b5d8741f83679d8a45)) +* **deps:** Update module github.com/onsi/gomega to v1.41.0 ([#568](https://github.com/statnett/controller-runtime-viper/issues/568)) ([be2d7c5](https://github.com/statnett/controller-runtime-viper/commit/be2d7c574db3760e304e6535da973daff620e44d)) + ## [0.3.56](https://github.com/statnett/controller-runtime-viper/compare/v0.3.55...v0.3.56) (2026-05-12)