diff --git a/CHANGELOG.md b/CHANGELOG.md index a38676f..c080904 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ # Unreleased +# 1.14.0 + * Require Ruby 2.6. * Add a way to skip directories during load path scanning. If you have large non-ruby directories in the middle of your load path, it can severly slow down scanning. diff --git a/lib/bootsnap/version.rb b/lib/bootsnap/version.rb index cf3d444..c789fde 100644 --- a/lib/bootsnap/version.rb +++ b/lib/bootsnap/version.rb @@ -1,5 +1,5 @@ # frozen_string_literal: true module Bootsnap - VERSION = "1.13.0" + VERSION = "1.14.0" end