From ec52ea6c3b711bd1cb34559da006eade994e6a27 Mon Sep 17 00:00:00 2001 From: Volmer Soares Date: Fri, 6 Mar 2015 22:53:45 -0500 Subject: [PATCH] Release Bootsy 2.1.0 --- CHANGELOG.md | 7 +++++++ Gemfile.lock | 2 +- lib/bootsy/version.rb | 2 +- 3 files changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4ca0ed8f..4e318c88 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Bootsy Changelog +## 2.1.0 + +* Rescue failed gallery upload (#111 - thanks @rzane). +* Allow uploading images from a url (#112 - thanks @rzane). +* Add a polyfill for Function.prototype.bind (#113 - thanks @rzane). +* Default locale to `en` if translations are missing (#24). + ## 2.0.13 * Fix install generator (#110). diff --git a/Gemfile.lock b/Gemfile.lock index 2c2b22ba..890c3dbd 100644 --- a/Gemfile.lock +++ b/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - bootsy (2.0.13) + bootsy (2.1.0) carrierwave (~> 0.10) mini_magick (~> 4.0) remotipart (~> 1.2) diff --git a/lib/bootsy/version.rb b/lib/bootsy/version.rb index 0151893b..db2762bb 100644 --- a/lib/bootsy/version.rb +++ b/lib/bootsy/version.rb @@ -1,4 +1,4 @@ # Public: The gem version module Bootsy - VERSION = '2.0.13' + VERSION = '2.1.0' end