Skip to content

Commit

Permalink
Bump to 3.2.0
Browse files Browse the repository at this point in the history
* Bug fix: Use the new correct Amazon S3 encryption header.
* Bug fix: The rake task respects the updated_at column.
* Bug fix: Strip newline from content type.
* Feature: Fog file visibility can be specified per style.
* Feature: Autonatically rotate images.
* Feature: Reduce class-oriented programming of the attachment definitions.
  • Loading branch information
mike-burns committed Sep 7, 2012
1 parent eadd452 commit 26f44c6
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 2 deletions.
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:
paperclip (3.1.4)
paperclip (3.2.0)
activemodel (>= 3.0.0)
activerecord (>= 3.0.0)
activesupport (>= 3.0.0)
Expand Down
9 changes: 9 additions & 0 deletions NEWS
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
New in 3.2.0:

* Bug fix: Use the new correct Amazon S3 encryption header.
* Bug fix: The rake task respects the updated_at column.
* Bug fix: Strip newline from content type.
* Feature: Fog file visibility can be specified per style.
* Feature: Autonatically rotate images.
* Feature: Reduce class-oriented programming of the attachment definitions.

New in 3.1.4:

* Bug fix: Allow user to be able to set path without `:style` attribute and not raising an error.
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 = "3.1.4" unless defined? Paperclip::VERSION
VERSION = "3.2.0" unless defined? Paperclip::VERSION
end

0 comments on commit 26f44c6

Please sign in to comment.