diff --git a/CHANGELOG.md b/CHANGELOG.md index 943bf5e..174d7d4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,9 @@ # Unreleased +# 1.18.2 + * Disable stale cache entries revalidation by default as it seems to cause cache corruption issues. See #471 and #474. Will be re-enabled in a future version once the root cause is identified. - * Fix a potential compilation issue on some systems. See #470. # 1.18.1 diff --git a/lib/bootsnap/version.rb b/lib/bootsnap/version.rb index 5defa84..860c2ef 100644 --- a/lib/bootsnap/version.rb +++ b/lib/bootsnap/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Bootsnap - VERSION = "1.18.1" + VERSION = "1.18.2" end