diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a7cd7bc..9d82bed9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Bootsy Changelog -## master +## 2.3.1 * Bootsy now supports Turbolinks 5 and up. diff --git a/Gemfile.lock b/Gemfile.lock index 958190ea..c7cacde9 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bootsy (2.3.0) + bootsy (2.3.1) carrierwave (~> 0.11) mini_magick (~> 4.5) diff --git a/lib/bootsy/version.rb b/lib/bootsy/version.rb index 15390ef1..217e7c68 100644 --- a/lib/bootsy/version.rb +++ b/lib/bootsy/version.rb @@ -1,4 +1,4 @@ # Public: The gem version module Bootsy - VERSION = '2.3.0'.freeze + VERSION = '2.3.1'.freeze end