From 2a6b9d03fd1dd95415572460f8f07d79127402a5 Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 07:48:23 +0000 Subject: [PATCH] chore(main): release 0.3.57 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 8 ++++++++ 2 files changed, 9 insertions(+), 1 deletion(-) 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)