We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2421c5 commit 6ecf6fcCopy full SHA for 6ecf6fc
2 files changed
CHANGELOG.md
@@ -1,4 +1,21 @@
1
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
19
1.2.4 / 2016-10-30
20
==================
21
lib/cloudinary/version.rb
@@ -1,4 +1,4 @@
# Copyright Cloudinary
module Cloudinary
- VERSION = "1.2.4"
+ VERSION = "1.3.0"
end
0 commit comments