From 2f09b747c393fdfecc3b155d9603899538ffd6e1 Mon Sep 17 00:00:00 2001 From: "statnett-bot[bot]" <144323495+statnett-bot[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 13:32:08 +0000 Subject: [PATCH] chore(main): release 0.4.5 --- .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 ec087f9..a3cf436 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "0.4.4" + ".": "0.4.5" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 7561896..2f09f62 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [0.4.5](https://github.com/statnett/github-workflows/compare/v0.4.4...v0.4.5) (2026-04-20) + + +### Bug Fixes + +* migrate tibdex/github-app-token -> create-github-app-token ([#148](https://github.com/statnett/github-workflows/issues/148)) ([6d4a134](https://github.com/statnett/github-workflows/commit/6d4a134582c00edf0d1dfc1b297c4b8aeb775702)) + ## [0.4.4](https://github.com/statnett/github-workflows/compare/v0.4.3...v0.4.4) (2025-08-04)