diff --git a/CHANGELOG.md b/CHANGELOG.md index b4c8e8df..09c64e67 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# 1.10.2 + * Reduce the `Kernel.require` extra stack frames some more. Now bootsnap should only add one extra frame per `require` call. * Better check `freeze` option support in JSON compile cache. diff --git a/lib/bootsnap/version.rb b/lib/bootsnap/version.rb index 94b5978a..1bb654e5 100644 --- a/lib/bootsnap/version.rb +++ b/lib/bootsnap/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Bootsnap - VERSION = "1.10.1" + VERSION = "1.10.2" end