From e7128739c229153db75ee7bdcd804382fdc7e2a4 Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Wed, 12 Aug 2026 04:45:51 +0000 Subject: [PATCH] chore(main): release 0.3.59 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 56eb7230..814666f4 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.58" + ".": "0.3.59" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 43cad024..cec39318 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.59](https://github.com/statnett/controller-runtime-viper/compare/v0.3.58...v0.3.59) (2026-08-12) + + +### Bug Fixes + +* **deps:** Update module github.com/onsi/ginkgo/v2 to v2.32.1 ([#590](https://github.com/statnett/controller-runtime-viper/issues/590)) ([72a4a90](https://github.com/statnett/controller-runtime-viper/commit/72a4a9011140a1b10b913b95354b4c7771a437c0)) + ## [0.3.58](https://github.com/statnett/controller-runtime-viper/compare/v0.3.57...v0.3.58) (2026-08-06)