Skip to content

Commit cb3d215

Browse files
author
Amir Tocker
committed
Version 1.6.0
1 parent f3fd401 commit cb3d215

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

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

2+
1.6.0 / 2017-03-08
3+
==================
4+
5+
New functionality and features
6+
------------------------------
7+
8+
* Support user defined variables
9+
* Add `to_type` parameter to the rename method (#236)
10+
* Add `async` parameter to the upload method (#235)
11+
12+
Other Changes
13+
-------------
14+
15+
* Switch ow & oh to iw & ih on respective test case
16+
* test auto gravity transformation in URL build
17+
218
1.5.2 / 2017-02-22
319
==================
420

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

0 commit comments

Comments
 (0)