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

Commit

Permalink
Release v5.1.0
Browse files Browse the repository at this point in the history
Update NEWS file.

[ci skip]
  • Loading branch information
tute committed Aug 19, 2016
1 parent 24fd060 commit f6d9c42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions NEWS
@@ -1,5 +1,7 @@
master:

* Add default `content_type_detector` to `UploadedFileAdapter` (#2270)
* Default S3 protocol to empty string (#2038)
* Don't write original file if it wasn't reprocessed (#1993)
* Disallow trailing newlines in regular expressions (#2266)
* Support for readbyte in Paperclip attachments (#2034)
Expand Down
2 changes: 1 addition & 1 deletion lib/paperclip/version.rb
@@ -1,5 +1,5 @@
module Paperclip
unless defined?(Paperclip::VERSION)
VERSION = "5.0.0".freeze
VERSION = "5.1.0".freeze
end
end

0 comments on commit f6d9c42

Please sign in to comment.