From 899e06c5cae4f85511f73406fef61c13df0a22d9 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Wed, 15 Apr 2026 11:01:03 +0000 Subject: [PATCH] chore(main): release 6.1.1 --- CHANGELOG.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4179514..49398d5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ # Changelog +## [6.1.1](https://github.com/entur/gha-api/compare/v6.1.0...v6.1.1) (2026-04-15) + + +### Bug Fixes + +* Emit github error annotation on error from backend on publish / validate ([305874f](https://github.com/entur/gha-api/commit/305874f6de344a2df207693f48b6a2b480a0d0ce)) +* Fix typo in artifact download causing error ([#133](https://github.com/entur/gha-api/issues/133)) ([f761b70](https://github.com/entur/gha-api/commit/f761b70129e2727cae6b51a2a9cc98e7e6eaec1a)) + ## [6.1.0](https://github.com/entur/gha-api/compare/v6.0.0...v6.1.0) (2026-04-09)