Skip to content

Commit 9dabf40

Browse files
author
Amir Tocker
committed
Version 1.8.2
1 parent 12fa0e2 commit 9dabf40

2 files changed

Lines changed: 13 additions & 1 deletion

File tree

CHANGELOG.md

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

2+
1.8.2 / 2017-11-22
3+
==================
4+
5+
* Fix URL signature
6+
* Use the correct method for updating a column
7+
* Add support for `named` parameter in list transformation API
8+
* load environment when running sync_static task
9+
* Fix the overwritten initializer for hash (#273)
10+
* Force TravisCI to install bundler
11+
* Fix CloudinaryFile::exists? method. Solves #193 #205
12+
* Update Readme to point to HTTPS URLs of cloudinary.com
13+
214
1.8.1 / 2017-05-16
315
==================
416

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.8.1"
3+
VERSION = "1.8.2"
44
end

0 commit comments

Comments
 (0)