Skip to content
This repository has been archived by the owner on Apr 18, 2018. It is now read-only.

Commit

Permalink
Release Bootsy 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
volmer committed Mar 7, 2015
1 parent 74b4d96 commit ec52ea6
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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).
Expand Down
2 changes: 1 addition & 1 deletion Gemfile.lock
Original file line number Diff line number Diff line change
@@ -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)
Expand Down
2 changes: 1 addition & 1 deletion lib/bootsy/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Public: The gem version
module Bootsy
VERSION = '2.0.13'
VERSION = '2.1.0'
end

0 comments on commit ec52ea6

Please sign in to comment.