Skip to content

Commit 8bf9884

Browse files
author
Amir Tocker
committed
Version 1.5.2
1 parent adfa545 commit 8bf9884

2 files changed

Lines changed: 11 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,14 @@
11

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+
212
1.5.1 / 2017-02-13
313
==================
414
* Fix Carrierwave 1.0.0 integration: broken `remote_image_url`

lib/cloudinary/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright Cloudinary
22
module Cloudinary
3-
VERSION = "1.5.1"
3+
VERSION = "1.5.2"
44
end

0 commit comments

Comments
 (0)