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

Commit

Permalink
Bump to 5.2.1
Browse files Browse the repository at this point in the history
[ci skip]
  • Loading branch information
mike-burns committed Jan 25, 2018
1 parent c2c51ca commit fbdcbe8
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 @@
5.2.1 (2018-01-25):

* Bugfix: Fix copying files on Windows. (#2532)

5.2.0 (2018-01-23):

* Security: Remove the automatic loading of URI adapters. Some of these
Expand Down
2 changes: 1 addition & 1 deletion lib/paperclip/version.rb
@@ -1,5 +1,5 @@
module Paperclip
unless defined?(Paperclip::VERSION)
VERSION = "5.2.0".freeze
VERSION = "5.2.1".freeze
end
end

0 comments on commit fbdcbe8

Please sign in to comment.