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 65b79c8 commit 972d116Copy full SHA for 972d116
CHANGELOG.md
@@ -1,4 +1,14 @@
1
2
+1.1.3 / 2016-03-16
3
+==================
4
+
5
+ * Update known file types.
6
+ * Use `upload` params in `explicit` for forward compatibility.
7
+ * Change `LAYER_KEYWORD_PARAMS` to array to explicitly declare the order.
8
+ * Add comment regarding the `allow_implicit_crop_mode`.
9
+ * Use `target_tags` to specify tags for the created archive.
10
+ * Fix mapping test.
11
12
1.1.2 / 2015-12-16
13
==================
14
lib/cloudinary/version.rb
@@ -1,4 +1,4 @@
# Copyright Cloudinary
module Cloudinary
- VERSION = "1.1.2"
+ VERSION = "1.1.3"
end
0 commit comments