Skip to content

Commit

Permalink
Version 1.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
const-cloudinary committed Jun 11, 2020
1 parent 454d237 commit 5606171
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.15.0 / 2020-06-11
===================

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

* Add support for `accessibility_analysis` parameter

Other Changes
-------------
* Fix `download` function in `Cloudinary::CarrierWave`
* Fix handling of empty value in `if` parameter
* Fix consumption of configuration from environment variables

1.14.0 / 2020-05-06
===================

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.14.0"
VERSION = "1.15.0"
end

0 comments on commit 5606171

Please sign in to comment.