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

Commit f6d9c42

Browse files
committed
Release v5.1.0
Update NEWS file. [ci skip]
1 parent 24fd060 commit f6d9c42

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

NEWS

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
master:
22

3+
* Add default `content_type_detector` to `UploadedFileAdapter` (#2270)
4+
* Default S3 protocol to empty string (#2038)
35
* Don't write original file if it wasn't reprocessed (#1993)
46
* Disallow trailing newlines in regular expressions (#2266)
57
* Support for readbyte in Paperclip attachments (#2034)

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.0.0".freeze
3+
VERSION = "5.1.0".freeze
44
end
55
end

0 commit comments

Comments
 (0)