We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 91701d0 commit 3f36dc0Copy full SHA for 3f36dc0
2 files changed
CHANGELOG.md
@@ -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
17
2.0.2 / 2024-04-09
18
==================
19
lib/cloudinary/version.rb
@@ -1,4 +1,4 @@
# Copyright Cloudinary
module Cloudinary
- VERSION = "2.0.2"
+ VERSION = "2.1.0"
end
0 commit comments