diff --git a/CHANGELOG.md b/CHANGELOG.md index 21376a42..908ad5f5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Bootsy Changelog -## master +## 2.0.10 * Fix event handling for Turbolinks on Internet Explorer (#43). * Fix helper inclusion when `ApplicationController` is eager loaded (#85). diff --git a/Gemfile.lock b/Gemfile.lock index b3cd8e26..45d5582b 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bootsy (2.0.9) + bootsy (2.0.10) carrierwave (~> 0.10.0) mini_magick (~> 3.8.0) remotipart (~> 1.2.1) diff --git a/lib/bootsy/version.rb b/lib/bootsy/version.rb index 6735b07a..f7034f01 100644 --- a/lib/bootsy/version.rb +++ b/lib/bootsy/version.rb @@ -1,3 +1,3 @@ module Bootsy - VERSION = '2.0.9' + VERSION = '2.0.10' end