diff --git a/CHANGELOG.md b/CHANGELOG.md index d864f029..104b5bc6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Bootsy Changelog +## 2.2.1 + +* Rollback to [jhollingworth/bootstrap-wysihtml5](https://github.com/jhollingworth/bootstrap-wysihtml5). + + Sadly, Bootsrap3-wysihtml5 has proven to be just another unreliable fork that, + apart from an initial enthusiasm, ended up as any other fork of the original + library: abandoned and unresponsive. + ## 2.2.0 * Move to [Bootstrap3-wysihtml5](https://github.com/bootstrap-wysiwyg/bootstrap3-wysiwyg). diff --git a/Gemfile.lock b/Gemfile.lock index 26ff2b6e..908258aa 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bootsy (2.2.0) + bootsy (2.2.1) carrierwave (~> 0.10) mini_magick (~> 4.3) remotipart (~> 1.2) diff --git a/lib/bootsy/version.rb b/lib/bootsy/version.rb index 11573ad5..dddfaa0d 100644 --- a/lib/bootsy/version.rb +++ b/lib/bootsy/version.rb @@ -1,4 +1,4 @@ # Public: The gem version module Bootsy - VERSION = '2.2.0' + VERSION = '2.2.1' end