Skip to content

Commit

Permalink
Version 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Amir Tocker committed Feb 27, 2018
1 parent 6c63375 commit 6648853
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,18 @@

1.9.0 / 2018-02-27
==================

New functionality and features
------------------------------

* Add `access_control` parameter to `upload` and `update`
* Add `format` to CarrierWave plug-in's `PreloadedFile`

Other Changes
-------------

* Fix upload categorization test

1.8.3 / 2018-02-04
==================

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.3"
VERSION = "1.9.0"
end

0 comments on commit 6648853

Please sign in to comment.