We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3943b56 commit 38f4855Copy full SHA for 38f4855
CHANGELOG.md
@@ -1,3 +1,13 @@
1
+2.3.0 / 2025-02-20
2
+==================
3
+
4
+New functionality and features
5
+------------------------------
6
7
+ * Add support for `429 Too Many Requests` HTTP status code
8
+ * Add support for `allow_dynamic_list_values` parameter in `MetadataField`
9
+ * Add support for `config` Admin API
10
11
2.2.0 / 2024-09-08
12
==================
13
lib/cloudinary/version.rb
@@ -1,4 +1,4 @@
# Copyright Cloudinary
module Cloudinary
- VERSION = "2.2.0"
+ VERSION = "2.3.0"
end
0 commit comments