Skip to content

Commit 972d116

Browse files
author
Amir Tocker
committed
Version 1.1.3
1 parent 65b79c8 commit 972d116

File tree

2 files changed

+11
-1
lines changed

2 files changed

+11
-1
lines changed

CHANGELOG.md

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

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+
212
1.1.2 / 2015-12-16
313
==================
414

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

0 commit comments

Comments
 (0)