diff --git a/CHANGELOG.md b/CHANGELOG.md index c7e02d8..e842b77 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# 1.17.1 + * Fix a compatibility issue with the `prism` library that ships with Ruby 3.3. See #463. * Improved the `Kernel#require` decorator to not cause a method redefinition warning. See #461. diff --git a/lib/bootsnap/version.rb b/lib/bootsnap/version.rb index f762207..bd76a2f 100644 --- a/lib/bootsnap/version.rb +++ b/lib/bootsnap/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Bootsnap - VERSION = "1.17.0" + VERSION = "1.17.1" end