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

Commit 26a4f4f

Browse files
committed
Release version 5.0.0.beta2
Update NEWS. [ci skip]
1 parent f7aa320 commit 26a4f4f

File tree

2 files changed

+7
-2
lines changed

2 files changed

+7
-2
lines changed

NEWS

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
1+
5.0.0.beta2 (2015-04-01):
2+
13
* Bugfix: Dynamic fog directory option is now respected
4+
* Bugfix: Fixes cocaine duplicated paths [#2169]
5+
* Removal of dead code (older versions of Rails and AWS SDK)
6+
* README adjustments
27

3-
5.0.0.beta1
8+
5.0.0.beta1 (2015-03-13):
49

510
* Drop support to end-of-life'd ruby 2.0.
611
* Drop support for end-of-life'd Rails 3.2 and 4.1

lib/paperclip/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
module Paperclip
2-
VERSION = "5.0.0.beta1" unless defined? Paperclip::VERSION
2+
VERSION = "5.0.0.beta2" unless defined? Paperclip::VERSION
33
end

0 commit comments

Comments
 (0)