diff --git a/.talismanrc b/.talismanrc index 62db51c3..cfac1329 100644 --- a/.talismanrc +++ b/.talismanrc @@ -6,7 +6,7 @@ fileignoreconfig: - filename: .github/workflows/trivy.yaml checksum: 26bacc66c011640e4402fe1f68b222dd3b737ca4b6a8289ae546c60c5bae8fc1 - filename: CHANGELOG.md - checksum: e9ec8b91bcb872b9fea94ff02a6aaef836ca5b197bcc55eb9e05ea7a843ce3be + checksum: 9deaec364f2c3563217a01e95de467d18e60c2d9c79020f54f04d26ef773943f - filename: README.md checksum: 2af99a33f66f2933ec384364c0c2d1d84e5a4493529be6749a220c2fe6277f03 - filename: backend/build.gradle diff --git a/CHANGELOG.md b/CHANGELOG.md index ca09b314..3c5cf56f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,12 @@ All notable changes to this project will be documented in this file. See [Conventional Commits](https://conventionalcommits.org) for commit guidelines. +## [v3.1.1](https://github.com/otto-de/gitactionboard/compare/v3.1.0...v3.1.1) (2023-04-17) + +### Bug Fixes + +- Add startup failure state to run conclusion ([8b8ac04](https://github.com/otto-de/gitactionboard/commit/8b8ac046faa0b9df12e2954eea76de7679e84328)), closes [#271](https://github.com/otto-de/gitactionboard/issues/271) + ## [v3.1.0](https://github.com/otto-de/gitactionboard/compare/v3.0.7...v3.1.0) (2023-04-01) ### Features