From 79c0dfbea95dd51bdaaa00ab14cefac351492c53 Mon Sep 17 00:00:00 2001 From: Richard Schneeman Date: Thu, 2 Nov 2023 13:54:14 -0500 Subject: [PATCH] Fix missing changelog entry --- changelogs/v261/jruby_9.4.5.0.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/changelogs/v261/jruby_9.4.5.0.md b/changelogs/v261/jruby_9.4.5.0.md index e69de29bb..df31b258c 100644 --- a/changelogs/v261/jruby_9.4.5.0.md +++ b/changelogs/v261/jruby_9.4.5.0.md @@ -0,0 +1,10 @@ +## JRuby version 9.4.5.0 is now available + +[JRuby v9.4.5.0](/articles/ruby-support#ruby-versions) is now available on Heroku. To run +your app using this version of Ruby, add the following `ruby` directive to your Gemfile: + +```ruby +ruby "3.1.4", engine: "jruby", engine_version: "9.4.5.0" +``` + +The JRuby release notes can be found on the [JRuby website](https://www.jruby.org/news).