Skip to content

Commit

Permalink
Fix missing changelog entry (#1400)
Browse files Browse the repository at this point in the history
  • Loading branch information
schneems authored Nov 2, 2023
1 parent 99eceae commit d81113c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions changelogs/v261/jruby_9.4.5.0.md
Original file line number Diff line number Diff line change
@@ -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).

0 comments on commit d81113c

Please sign in to comment.