We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 68558fe commit 8d22840Copy full SHA for 8d22840
2 files changed
CHANGELOG.md
@@ -1,4 +1,21 @@
1
2
+1.5.0 / 2017-02-07
3
+==================
4
+
5
+New functionality and features
6
+------------------------------
7
8
+ * Access mode API
9
10
+Other Changes
11
+-------------
12
13
+ * Fix transformation related tests.
14
+ * Fix archive test to use `include` instead of `match_array`.
15
+ * Fix "missing folder" test
16
+ * Add specific dependency on nokogiri
17
+ * Update rspec version
18
19
1.4.0 / 2017-01-30
20
==================
21
lib/cloudinary/version.rb
@@ -1,4 +1,4 @@
# Copyright Cloudinary
module Cloudinary
- VERSION = "1.4.0"
+ VERSION = "1.5.0"
end
0 commit comments