Skip to content

Commit 3f36dc0

Browse files
author
cloudinary-bot
committed
Version 2.1.0
1 parent 91701d0 commit 3f36dc0

2 files changed

Lines changed: 17 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,19 @@
1+
2.1.0 / 2024-05-27
2+
==================
3+
4+
New functionality and features
5+
------------------------------
6+
7+
* Add support for `rename_folder` Admin API
8+
* Add support for `delete_access_key` in Provisioning API
9+
10+
Other Changes
11+
-------------
12+
13+
* Fix detection of base64 encoded files with complex MIME type
14+
* Fix `fetch` url generation with Active Storage `folder` configuration
15+
* Fix usage of deprecated `File.exists?` method
16+
117
2.0.2 / 2024-04-09
218
==================
319

lib/cloudinary/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright Cloudinary
22
module Cloudinary
3-
VERSION = "2.0.2"
3+
VERSION = "2.1.0"
44
end

0 commit comments

Comments
 (0)