We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12fa0e2 commit 9dabf40Copy full SHA for 9dabf40
2 files changed
CHANGELOG.md
@@ -1,4 +1,16 @@
1
2
+1.8.2 / 2017-11-22
3
+==================
4
+
5
+ * Fix URL signature
6
+ * Use the correct method for updating a column
7
+ * Add support for `named` parameter in list transformation API
8
+ * load environment when running sync_static task
9
+ * Fix the overwritten initializer for hash (#273)
10
+ * Force TravisCI to install bundler
11
+ * Fix CloudinaryFile::exists? method. Solves #193 #205
12
+ * Update Readme to point to HTTPS URLs of cloudinary.com
13
14
1.8.1 / 2017-05-16
15
==================
16
lib/cloudinary/version.rb
@@ -1,4 +1,4 @@
# Copyright Cloudinary
module Cloudinary
- VERSION = "1.8.1"
+ VERSION = "1.8.2"
end
0 commit comments