Skip to content

Commit

Permalink
Version 2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudinary-bot committed May 27, 2024
1 parent 91701d0 commit 3f36dc0
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
16 changes: 16 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,19 @@
2.1.0 / 2024-05-27
==================

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

* Add support for `rename_folder` Admin API
* Add support for `delete_access_key` in Provisioning API

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

* Fix detection of base64 encoded files with complex MIME type
* Fix `fetch` url generation with Active Storage `folder` configuration
* Fix usage of deprecated `File.exists?` method

2.0.2 / 2024-04-09
==================

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 = "2.0.2"
VERSION = "2.1.0"
end

0 comments on commit 3f36dc0

Please sign in to comment.