diff --git a/CHANGELOG.md b/CHANGELOG.md index 1f5d8bd..842de19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.2.0] - 2025-07-03 + ### Added - Support custom Debian repositories through configuration. ([#116](https://github.com/heroku/buildpacks-deb-packages/pull/116)) @@ -72,7 +74,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Initial release. -[unreleased]: https://github.com/heroku/buildpacks-deb-packages/compare/v0.1.3...HEAD +[unreleased]: https://github.com/heroku/buildpacks-deb-packages/compare/v0.2.0...HEAD +[0.2.0]: https://github.com/heroku/buildpacks-deb-packages/compare/v0.1.3...v0.2.0 [0.1.3]: https://github.com/heroku/buildpacks-deb-packages/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/heroku/buildpacks-deb-packages/compare/v0.1.1...v0.1.2 [0.1.1]: https://github.com/heroku/buildpacks-deb-packages/compare/v0.1.0...v0.1.1 diff --git a/buildpack.toml b/buildpack.toml index 1ea706b..7481f77 100644 --- a/buildpack.toml +++ b/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/deb-packages" -version = "0.1.3" +version = "0.2.0" name = "Heroku .deb Packages" description = "Heroku's buildpack for installing .deb system packages." homepage = "https://github.com/heroku/buildpacks-deb-packages"