We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3fd401 commit cb3d215Copy full SHA for cb3d215
CHANGELOG.md
@@ -1,4 +1,20 @@
1
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
18
1.5.2 / 2017-02-22
19
==================
20
lib/cloudinary/version.rb
@@ -1,4 +1,4 @@
# Copyright Cloudinary
module Cloudinary
- VERSION = "1.5.2"
+ VERSION = "1.6.0"
end
0 commit comments