We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent adfa545 commit 8bf9884Copy full SHA for 8bf9884
2 files changed
CHANGELOG.md
@@ -1,4 +1,14 @@
1
2
+1.5.2 / 2017-02-22
3
+==================
4
+
5
+ * Support URL Authorization token.
6
+ * Rename auth_token.
7
+ * Support nested keys in CLOUDINARY_URL
8
+ * Support "authenticated" url without a signature.
9
+ * Add OpenStruct from ruby 2.0.
10
+ * Add specific rubyzip version for ruby 1.9
11
12
1.5.1 / 2017-02-13
13
==================
14
* Fix Carrierwave 1.0.0 integration: broken `remote_image_url`
lib/cloudinary/version.rb
@@ -1,4 +1,4 @@
# Copyright Cloudinary
module Cloudinary
- VERSION = "1.5.1"
+ VERSION = "1.5.2"
end
0 commit comments