From db07ab25af29e9a0a8b4829ae3e50b0a0d31a096 Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Wed, 11 Feb 2026 11:48:36 +0000 Subject: [PATCH] chore(main): release 0.3.53 --- .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 cb00a5e..089ea76 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.52" + ".": "0.3.53" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ec74823..5722df2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.53](https://github.com/statnett/controller-runtime-viper/compare/v0.3.52...v0.3.53) (2026-02-11) + + +### Bug Fixes + +* **deps:** Update module github.com/onsi/ginkgo/v2 to v2.28.1 ([#535](https://github.com/statnett/controller-runtime-viper/issues/535)) ([71ff202](https://github.com/statnett/controller-runtime-viper/commit/71ff202d08f645c6ffeab18c9d0a1f61cfce8753)) +* **deps:** Update module github.com/onsi/gomega to v1.39.1 ([#534](https://github.com/statnett/controller-runtime-viper/issues/534)) ([ceb0f7c](https://github.com/statnett/controller-runtime-viper/commit/ceb0f7c3a6050d3f0a2e94d06169e095bc696820)) + ## [0.3.52](https://github.com/statnett/controller-runtime-viper/compare/v0.3.51...v0.3.52) (2026-01-26)