diff --git a/CHANGELOG.md b/CHANGELOG.md index 7ed5d5d07..9a21f2659 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -3,6 +3,11 @@ ## [Unreleased] +## [v307] - 2025-05-14 + +- Ruby 3.4.4 is now available + + ## [v306] - 2025-05-08 - JRuby 9.4.12.0, 9.4.12.1, 10.0.0.0, and 10.0.0.1 is now available @@ -1693,7 +1698,8 @@ Bugfixes: * Change gem detection to use lockfile parser * use `$RACK_ENV` when thin is detected for rack apps -[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v306...main +[unreleased]: https://github.com/heroku/heroku-buildpack-ruby/compare/v307...main +[v307]: https://github.com/heroku/heroku-buildpack-ruby/compare/v306...v307 [v306]: https://github.com/heroku/heroku-buildpack-ruby/compare/v305...v306 [v305]: https://github.com/heroku/heroku-buildpack-ruby/compare/v304...v305 [v304]: https://github.com/heroku/heroku-buildpack-ruby/compare/v303...v304 diff --git a/lib/language_pack/version.rb b/lib/language_pack/version.rb index 0a4a4fc47..0a4ab1c46 100644 --- a/lib/language_pack/version.rb +++ b/lib/language_pack/version.rb @@ -2,6 +2,6 @@ module LanguagePack class LanguagePack::Base - BUILDPACK_VERSION = "v306" + BUILDPACK_VERSION = "v307" end end