diff --git a/CHANGELOG.md b/CHANGELOG.md index e027d75..4c1055f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.5.1](https://github.com/actionhippie/manifest/compare/v1.5.0...v1.5.1) (2024-12-16) + + +### Bugfixes + +* **deps:** update dependency estesp/manifest-tool to v2.1.9 ([#29](https://github.com/actionhippie/manifest/issues/29)) ([33c7d43](https://github.com/actionhippie/manifest/commit/33c7d435cc9b2d9c97456c10eb0872c84d8b3718)) + ## [1.5.0](https://github.com/actionhippie/manifest/compare/v1.4.2...v1.5.0) (2024-12-09) diff --git a/action.yml b/action.yml index 8934a69..dcab2e5 100644 --- a/action.yml +++ b/action.yml @@ -54,6 +54,6 @@ inputs: runs: using: 'docker' - image: 'docker://ghcr.io/actionhippie/manifest:v1.5.0' + image: 'docker://ghcr.io/actionhippie/manifest:v1.5.1' ...