We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fd96dab commit 9d17945Copy full SHA for 9d17945
CHANGELOG.md
@@ -1,4 +1,18 @@
1
2
+1.8.0 / 2017-05-01
3
+==================
4
+
5
+New functionality and features
6
+------------------------------
7
8
+ * Add Search API
9
+ * Sync static for non image assets (#241) fixes #27
10
11
+Other Changes
12
+-------------
13
14
+ * Fix Carrierwave signed URL.
15
16
1.7.0 / 2017-04-09
17
==================
18
lib/cloudinary/version.rb
@@ -1,4 +1,4 @@
# Copyright Cloudinary
module Cloudinary
- VERSION = "1.7.0"
+ VERSION = "1.8.0"
end
0 commit comments