diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 04b82350..43729353 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -2,7 +2,7 @@ ".github/actions/happy-cleanup": "1.8.0", ".github/actions/conventional-commits": "1.5.0", ".github/actions/docker-build-push": "1.6.0", - ".": "2.15.0", + ".": "2.15.1", ".github/actions/install-happy": "1.7.1", ".github/actions/deploy-happy-stack": "2.1.0", ".github/actions/get-github-ref-names": "1.6.0", diff --git a/CHANGELOG.md b/CHANGELOG.md index f7e88dcf..dabbbdaa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.15.1](https://github.com/chanzuckerberg/github-actions/compare/v2.15.0...v2.15.1) (2024-08-16) + + +### BugFixes + +* prevent manifest update when dependent job was cancelled ([#295](https://github.com/chanzuckerberg/github-actions/issues/295)) ([17272a0](https://github.com/chanzuckerberg/github-actions/commit/17272a0044360c87d274f1bc1e226a4ecb199fb8)) + ## [2.15.0](https://github.com/chanzuckerberg/github-actions/compare/v2.14.0...v2.15.0) (2024-08-16) diff --git a/version.txt b/version.txt index 68e69e40..3b1fc795 100644 --- a/version.txt +++ b/version.txt @@ -1 +1 @@ -2.15.0 +2.15.1