We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f59a589 commit 203415cCopy full SHA for 203415c
NEWS
@@ -1,3 +1,11 @@
1
+New in 3.5.1:
2
+
3
+* Bug Fix: Returned the class-level `attachment_definitions` method for compatability.
4
+* Improvement: Ensured compatability with Rails 4
5
+* Improvement: Added Rails 4 to the Appraisals
6
+* Bug Fix: #1296, where validations were generating errors
7
+* Improvement: Specify MIT license in the gemspec
8
9
New in 3.5.0:
10
11
* Feature: Handle Base64-encoded data URIs as uploads
lib/paperclip/version.rb
@@ -1,3 +1,3 @@
module Paperclip
- VERSION = "3.5.0" unless defined? Paperclip::VERSION
+ VERSION = "3.5.1" unless defined? Paperclip::VERSION
end
0 commit comments