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

Commit

Permalink
6.0.0
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
Sid Raval committed Mar 9, 2018
1 parent 572bba0 commit d332a32
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions NEWS
@@ -1,3 +1,7 @@
6.0.0 (2018-03-09):

* Improvement: Depend only on `aws-sdk-s3` instead of `aws-sdk` (https://github.com/thoughtbot/paperclip/pull/2481)

5.3.0 (2018-03-09):

* Improvement: Use `FactoryBot` instead of `FactoryGirl` (https://github.com/thoughtbot/paperclip/pull/2501)
Expand Down
2 changes: 1 addition & 1 deletion lib/paperclip/version.rb
@@ -1,5 +1,5 @@
module Paperclip
unless defined?(Paperclip::VERSION)
VERSION = "5.3.0".freeze
VERSION = "6.0.0".freeze
end
end

0 comments on commit d332a32

Please sign in to comment.