diff --git a/buildpacks/php/CHANGELOG.md b/buildpacks/php/CHANGELOG.md index 563a728..97aa15d 100644 --- a/buildpacks/php/CHANGELOG.md +++ b/buildpacks/php/CHANGELOG.md @@ -2,11 +2,13 @@ All notable changes to this project will be documented in this file. -The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), +The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.0/), and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). ## [Unreleased] +## [0.1.2] - 2023-10-24 + ### Changed - Updated buildpack display name and description. ([#57](https://github.com/heroku/buildpack-php/pull/57)) @@ -17,5 +19,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial implementation -[unreleased]: https://github.com/heroku/buildpacks-php/compare/v0.1.1...HEAD -[0.1.1]: https://github.com/heroku/buildpacks-php/releases/tag/v0.1.1 \ No newline at end of file +[unreleased]: https://github.com/heroku/buildpacks-php/compare/v0.1.2...HEAD +[0.1.2]: https://github.com/heroku/buildpacks-php/compare/v0.1.1...v0.1.2 +[0.1.1]: https://github.com/heroku/buildpacks-php/releases/tag/v0.1.1 diff --git a/buildpacks/php/buildpack.toml b/buildpacks/php/buildpack.toml index b500baa..37e8dcd 100644 --- a/buildpacks/php/buildpack.toml +++ b/buildpacks/php/buildpack.toml @@ -2,7 +2,7 @@ api = "0.9" [buildpack] id = "heroku/php" -version = "0.1.1" +version = "0.1.2" name = "Heroku PHP" homepage = "https://github.com/heroku/buildpacks-php" description = "Heroku's buildpack for PHP applications."