diff --git a/buildpacks/dotnet/CHANGELOG.md b/buildpacks/dotnet/CHANGELOG.md index 43bfa93..e8c054e 100644 --- a/buildpacks/dotnet/CHANGELOG.md +++ b/buildpacks/dotnet/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [0.1.1] - 2024-08-19 + ### Added - Inventory .NET SDKs: 8.0.401 (linux-arm64), 8.0.401 (linux-amd64) @@ -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-dotnet/compare/v0.1.0...HEAD +[unreleased]: https://github.com/heroku/buildpacks-dotnet/compare/v0.1.1...HEAD +[0.1.1]: https://github.com/heroku/buildpacks-dotnet/compare/v0.1.0...v0.1.1 [0.1.0]: https://github.com/heroku/buildpacks-dotnet/releases/tag/v0.1.0 diff --git a/buildpacks/dotnet/buildpack.toml b/buildpacks/dotnet/buildpack.toml index ab6a01e..0461355 100644 --- a/buildpacks/dotnet/buildpack.toml +++ b/buildpacks/dotnet/buildpack.toml @@ -2,7 +2,7 @@ api = "0.10" [buildpack] id = "heroku/dotnet" -version = "0.1.0" +version = "0.1.1" name = "Heroku .NET" homepage = "https://github.com/heroku/buildpacks-dotnet" description = "Heroku's buildpack for .NET applications."