diff --git a/CHANGELOG.md b/CHANGELOG.md index 0b7f0f121..8a29d5a8e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,10 @@ ## Main (unreleased) +## v248 (2022/12/06) + +* Ruby 3.2.0-rc1 is available + ## v247 (2022/12/01) * JRuby 9.3.7.0, 9.3.8.0, 9.3.9.0, 9.4.0.0 diff --git a/changelogs/v248/ruby-320-rc1.md b/changelogs/v248/ruby-320-rc1.md new file mode 100644 index 000000000..a5b98326b --- /dev/null +++ b/changelogs/v248/ruby-320-rc1.md @@ -0,0 +1,10 @@ +# Ruby version 3.2.0-rc1 is now available + +The following Ruby versions are now available on the Heroku platform: + +- Ruby 3.2.0-rc1 + +>note +>Stability-sensitive applications should not use Ruby 3.2.0 in it's release candidate state. + +You can see the latest versions on the [Ruby support page](https://devcenter.heroku.com/articles/ruby-support). diff --git a/lib/language_pack/version.rb b/lib/language_pack/version.rb index 91a9592e0..8c8815b0f 100644 --- a/lib/language_pack/version.rb +++ b/lib/language_pack/version.rb @@ -2,6 +2,6 @@ module LanguagePack class LanguagePack::Base - BUILDPACK_VERSION = "v247" + BUILDPACK_VERSION = "v248" end end