Skip to content

Commit 6ecf6fc

Browse files
author
Amir Tocker
committed
Version 1.3.0
1 parent f2421c5 commit 6ecf6fc

2 files changed

Lines changed: 18 additions & 1 deletion

File tree

CHANGELOG.md

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

2+
1.3.0 / 2016-12-22
3+
==================
4+
5+
New functionality and features
6+
------------------------------
7+
8+
* Search resource by context
9+
* Add `:transformations` parameter to all `delete_resources`
10+
* Update bundled Cloudinary Javascript library to 2.1.8
11+
12+
Other Changes
13+
-------------
14+
15+
* Added 'Album' for better showing a real world use case
16+
* Use tag instead of content_tag when creating input tag
17+
* Fix `face_coordinates` test
18+
219
1.2.4 / 2016-10-30
320
==================
421

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

0 commit comments

Comments
 (0)