diff --git a/CHANGELOG.md b/CHANGELOG.md index cd83259..6c576d6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,9 @@ ## [Unreleased] + +## [v2] - 2024-11-30 + ### Changed - The buildpack will now retry SDK downloads up to 5 times. ([#17](https://github.com/heroku/heroku-buildpack-dotnet/pull/17)) @@ -12,5 +15,6 @@ - Initial implementation. -[unreleased]: https://github.com/heroku/heroku-buildpack-dotnet/compare/v1...main +[unreleased]: https://github.com/heroku/heroku-buildpack-dotnet/compare/v2...main +[v2]: https://github.com/heroku/heroku-buildpack-dotnet/compare/v1...v2 [v1]: https://github.com/heroku/heroku-buildpack-dotnet/releases/tag/v1