diff --git a/buildpacks/dotnet/CHANGELOG.md b/buildpacks/dotnet/CHANGELOG.md index 90bfb642..36e72864 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.5] - 2024-11-11 + ### Changed - The buildpack will now retry SDK downloads when the request failure is caused by I/O errors. ([#140](https://github.com/heroku/buildpacks-dotnet/pull/140)) @@ -46,7 +48,8 @@ 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.4...HEAD +[unreleased]: https://github.com/heroku/buildpacks-dotnet/compare/v0.1.5...HEAD +[0.1.5]: https://github.com/heroku/buildpacks-dotnet/compare/v0.1.4...v0.1.5 [0.1.4]: https://github.com/heroku/buildpacks-dotnet/compare/v0.1.3...v0.1.4 [0.1.3]: https://github.com/heroku/buildpacks-dotnet/compare/v0.1.2...v0.1.3 [0.1.2]: https://github.com/heroku/buildpacks-dotnet/compare/v0.1.1...v0.1.2 diff --git a/buildpacks/dotnet/buildpack.toml b/buildpacks/dotnet/buildpack.toml index c640e939..f48206b4 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.4" +version = "0.1.5" name = "Heroku .NET" homepage = "https://github.com/heroku/buildpacks-dotnet" description = "Heroku's buildpack for .NET applications."