Skip to content

Commit

Permalink
v4.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Yurek committed Feb 21, 2014
1 parent 12d72a0 commit c123e0a
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
New in 4.1.1:

* Improvement: Add defauly translations for spoof validation
* Bug Fix: Don't check for spoofs if the file hasn't changed
* Bug Fix: Callback chain terminator is different in Rails 4.1, remove warnings
* Improvement: Fixed various Ruby warnings
* Bug Fix: Give bundler a hint, so it doesn't run forever on a fresh bundle
* Improvement: Documentation fixes
* Improvement: Allow travis-ci to finish-fast


New in 4.1.0:

* Improvement: Add :content_type_mappings to correct for missing spoof types
Expand Down
2 changes: 1 addition & 1 deletion lib/paperclip/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Paperclip
VERSION = "4.1.0" unless defined? Paperclip::VERSION
VERSION = "4.1.1" unless defined? Paperclip::VERSION
end

0 comments on commit c123e0a

Please sign in to comment.