CHANGELOG.md in cloudinary-2.0.2 vs CHANGELOG.md in cloudinary-2.1.2

- old
+ new

@@ -1,4 +1,31 @@ +2.1.2 / 2024-08-18 +================== + + * Fix ActiveStorage type detection for email files + * Add `changelog_uri` to `gemspec` + +2.1.1 / 2024-05-28 +================== + + * Fix regression in `cloudinary_url` generation + +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 ================== * Fix CarrierWave `store!` method