diff --git a/NEWS b/NEWS index f8df2d0d8..cadb59aa0 100644 --- a/NEWS +++ b/NEWS @@ -1,6 +1,11 @@ +5.0.0.beta2 (2015-04-01): + * Bugfix: Dynamic fog directory option is now respected +* Bugfix: Fixes cocaine duplicated paths [#2169] +* Removal of dead code (older versions of Rails and AWS SDK) +* README adjustments -5.0.0.beta1 +5.0.0.beta1 (2015-03-13): * Drop support to end-of-life'd ruby 2.0. * Drop support for end-of-life'd Rails 3.2 and 4.1 diff --git a/lib/paperclip/version.rb b/lib/paperclip/version.rb index 057661fab..b2dd8e4e9 100644 --- a/lib/paperclip/version.rb +++ b/lib/paperclip/version.rb @@ -1,3 +1,3 @@ module Paperclip - VERSION = "5.0.0.beta1" unless defined? Paperclip::VERSION + VERSION = "5.0.0.beta2" unless defined? Paperclip::VERSION end