Skip to content
This repository has been archived by the owner on Jul 13, 2023. It is now read-only.

Commit

Permalink
v4.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Yurek committed Feb 7, 2014
1 parent 861ab21 commit 81669c1
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions NEWS
@@ -1,3 +1,11 @@
New in 4.1.0:

* Improvement: Add :content_type_mappings to correct for missing spoof types
* Improvement: Credit Egor Homakov with discovering the content_type spoof bug
* Improvement: Memoize calls to identify in the thumbnail processor
* Improvement: Make MIME type optional for Data URIs.
* Improvement: Add default format for styles

New in 4.0.0:

* Security: Attachments are checked to make sure they're not pulling a fast one.
Expand Down
2 changes: 1 addition & 1 deletion lib/paperclip/version.rb
@@ -1,3 +1,3 @@
module Paperclip
VERSION = "4.0.0" unless defined? Paperclip::VERSION
VERSION = "4.1.0" unless defined? Paperclip::VERSION
end

0 comments on commit 81669c1

Please sign in to comment.