diff --git a/buildpacks/release-phase/CHANGELOG.md b/buildpacks/release-phase/CHANGELOG.md index 36648d3..2394328 100644 --- a/buildpacks/release-phase/CHANGELOG.md +++ b/buildpacks/release-phase/CHANGELOG.md @@ -7,6 +7,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.0.3] - 2024-12-11 + +- No changes. + ## [1.0.2] - 2024-12-10 - No changes. @@ -19,7 +23,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - No changes. -[unreleased]: https://github.com/heroku/buildpacks-release-phase/compare/v1.0.2...HEAD +[unreleased]: https://github.com/heroku/buildpacks-release-phase/compare/v1.0.3...HEAD +[1.0.3]: https://github.com/heroku/buildpacks-release-phase/compare/v1.0.2...v1.0.3 [1.0.2]: https://github.com/heroku/buildpacks-release-phase/compare/v1.0.1...v1.0.2 [1.0.1]: https://github.com/heroku/buildpacks-release-phase/compare/v1.0.0...v1.0.1 [1.0.0]: https://github.com/heroku/buildpacks-release-phase/releases/tag/v1.0.0 diff --git a/buildpacks/release-phase/buildpack.toml b/buildpacks/release-phase/buildpack.toml index 06a0395..7e3ecaa 100644 --- a/buildpacks/release-phase/buildpack.toml +++ b/buildpacks/release-phase/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/release-phase" -version = "1.0.2" +version = "1.0.3" name = "Heroku Release Phase" description = "Enhances Release Phase with support for multiple, ordered release commands and release-build command."