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

Commit d332a32

Browse files
author
Sid Raval
committed
6.0.0
[ci skip]
1 parent 572bba0 commit d332a32

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

NEWS

+4
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
6.0.0 (2018-03-09):
2+
3+
* Improvement: Depend only on `aws-sdk-s3` instead of `aws-sdk` (https://github.com/thoughtbot/paperclip/pull/2481)
4+
15
5.3.0 (2018-03-09):
26

37
* Improvement: Use `FactoryBot` instead of `FactoryGirl` (https://github.com/thoughtbot/paperclip/pull/2501)

lib/paperclip/version.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
module Paperclip
22
unless defined?(Paperclip::VERSION)
3-
VERSION = "5.3.0".freeze
3+
VERSION = "6.0.0".freeze
44
end
55
end

0 commit comments

Comments
 (0)