We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f99a8a0 commit d36c508Copy full SHA for d36c508
2 files changed
CHANGELOG.md
@@ -1,4 +1,14 @@
1
2
+1.8.3 / 2018-02-04
3
+==================
4
+
5
+ * Suppress warnings in tests
6
+ * Support symbols in `context`
7
+ * Remove `auto_tagging` failure test
8
+ * Fix fully_unescape
9
+ * Whitespace
10
+ * Fixed CW versions to use stored_version of original PR #263
11
12
1.8.2 / 2017-11-22
13
==================
14
lib/cloudinary/version.rb
@@ -1,4 +1,4 @@
# Copyright Cloudinary
module Cloudinary
- VERSION = "1.8.2"
+ VERSION = "1.8.3"
end
0 commit comments