Skip to content

Commit

Permalink
prepare for release 7.2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
ssinghi committed Jan 19, 2024
1 parent 1c6dfe6 commit ff04ddc
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion NEWS
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
[UNRELEASED]

7.2.1 (2023-09-09)
* Improvement: Support file extension names both as symbols and strings for :content_type_mappings
* Issue file delete only once per unique style when nullifying attachment or destroying an object. Avoids triggering a rate limit error on Google Cloud Storage.

7.2.0 (2023-05-30)
* Paperclip schema statements are consistent with ActiveRecord::Migration::Compatibility versioning. Old migrations containing Paperclip schema statements perform the same schema changes both before and after an ActiveRecord version upgrade.

7.0.1 (2021-10-06)
* Issue file delete only once per unique style when nullifying attachment or destroying an object. Avoids triggering a rate limit error on Google Cloud Storage.

7.0.0 (2021-05-28)
* Replace `mimemagic` gem with `marcel` due to licensing issues. See https://github.com/kreeti/kt-paperclip/pull/54 for details and limitations

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 = "7.2.1" unless defined?(Paperclip::VERSION)
VERSION = "7.2.2" unless defined?(Paperclip::VERSION)
end

0 comments on commit ff04ddc

Please sign in to comment.