diff --git a/CHANGELOG.md b/CHANGELOG.md index 261f1615..829d8c5c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Bootsy Changelog -## mastetr +## 2.0.12 * Allow youtube embed codes (#71 - thanks @markusherzog). diff --git a/Gemfile.lock b/Gemfile.lock index 2681c511..381f545a 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bootsy (2.0.11) + bootsy (2.0.12) carrierwave (~> 0.10) mini_magick (~> 4.0) remotipart (~> 1.2) diff --git a/lib/bootsy/version.rb b/lib/bootsy/version.rb index e05c884c..5d0c6ea3 100644 --- a/lib/bootsy/version.rb +++ b/lib/bootsy/version.rb @@ -1,4 +1,4 @@ # Public: The gem version module Bootsy - VERSION = '2.0.11' + VERSION = '2.0.12' end