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

Commit fbdcbe8

Browse files
committed
Bump to 5.2.1
[ci skip]
1 parent c2c51ca commit fbdcbe8

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+
5.2.1 (2018-01-25):
2+
3+
* Bugfix: Fix copying files on Windows. (#2532)
4+
15
5.2.0 (2018-01-23):
26

37
* Security: Remove the automatic loading of URI adapters. Some of these

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

0 commit comments

Comments
 (0)