From 4f0c7b4c976022aaa3f79bef214b0901108f01f8 Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Mon, 3 Jun 2024 20:38:59 +0200 Subject: [PATCH] chore(main): release 0.3.23 (#344) Co-authored-by: statnett-bot[bot] <144323495+statnett-bot[bot]@users.noreply.github.com> --- .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 37a3155..67f1b56 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.3.22" + ".": "0.3.23" } diff --git a/CHANGELOG.md b/CHANGELOG.md index ea46b44..765118e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.3.23](https://github.com/statnett/controller-runtime-viper/compare/v0.3.22...v0.3.23) (2024-06-02) + + +### Bug Fixes + +* **deps:** update module github.com/spf13/viper to v1.19.0 ([#343](https://github.com/statnett/controller-runtime-viper/issues/343)) ([7399d20](https://github.com/statnett/controller-runtime-viper/commit/7399d201e4c364c3398ebf7dc46ca7aa0859c5fd)) + ## [0.3.22](https://github.com/statnett/controller-runtime-viper/compare/v0.3.21...v0.3.22) (2024-05-24)