From fbdba258d26cd58b0a10fb6136d3a7b1c172d8c0 Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 21:46:22 +0000 Subject: [PATCH] chore(main): release 0.3.28 --- .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 39af89b..9c5e459 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.27" + ".": "0.3.28" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ffe34d5..e789714 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.3.28](https://github.com/statnett/controller-runtime-viper/compare/v0.3.27...v0.3.28) (2024-12-02) + + +### Bug Fixes + +* **deps:** update module github.com/onsi/gomega to v1.36.0 ([#386](https://github.com/statnett/controller-runtime-viper/issues/386)) ([f286174](https://github.com/statnett/controller-runtime-viper/commit/f286174d4204ed010098c2b3a4d51e21c179b49b)) +* **deps:** update module sigs.k8s.io/controller-runtime to v0.19.3 ([#387](https://github.com/statnett/controller-runtime-viper/issues/387)) ([df48087](https://github.com/statnett/controller-runtime-viper/commit/df48087adc10e9f5810a45171f37e6469286055d)) + ## [0.3.27](https://github.com/statnett/controller-runtime-viper/compare/v0.3.26...v0.3.27) (2024-11-21)