From 8ffde68cd6a843fcbd55f2903b49de0a0e7a52d4 Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Thu, 14 Dec 2023 13:29:20 +0000 Subject: [PATCH] chore(main): release 0.4.1 --- .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 2537c1f..218393f 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.0" + ".": "0.4.1" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 989be6a..d2dad69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.1](https://github.com/statnett/github-workflows/compare/v0.4.0...v0.4.1) (2023-12-14) + + +### Bug Fixes + +* ensure CodeQL runs with correct Go version ([#64](https://github.com/statnett/github-workflows/issues/64)) ([4bad1b8](https://github.com/statnett/github-workflows/commit/4bad1b83045a36fee8a4b872312c720001f86a1d)) + ## [0.4.0](https://github.com/statnett/github-workflows/compare/v0.3.1...v0.4.0) (2023-12-11)