Skip to content

Commit

Permalink
Version 1.8.2
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Tocker committed Nov 22, 2017
1 parent 12fa0e2 commit 9dabf40
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,16 @@

1.8.2 / 2017-11-22
==================

* Fix URL signature
* Use the correct method for updating a column
* Add support for `named` parameter in list transformation API
* load environment when running sync_static task
* Fix the overwritten initializer for hash (#273)
* Force TravisCI to install bundler
* Fix CloudinaryFile::exists? method. Solves #193 #205
* Update Readme to point to HTTPS URLs of cloudinary.com

1.8.1 / 2017-05-16
==================

Expand Down
2 changes: 1 addition & 1 deletion lib/cloudinary/version.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Copyright Cloudinary
module Cloudinary
VERSION = "1.8.1"
VERSION = "1.8.2"
end

0 comments on commit 9dabf40

Please sign in to comment.