We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e321da commit 002ca2cCopy full SHA for 002ca2c
CHANGELOG.md
@@ -1,3 +1,10 @@
1
+2.3.1 / 2025-06-17
2
+==================
3
+
4
+ * Fix API parameters signature
5
+ * Allow passing tag attributes for `cloudinary_js_config` tag
6
+ * Fix `Cloudinary::Uploader.exists?` method
7
8
2.3.0 / 2025-02-20
9
==================
10
lib/cloudinary/version.rb
@@ -1,4 +1,4 @@
# Copyright Cloudinary
module Cloudinary
- VERSION = "2.3.0"
+ VERSION = "2.3.1"
end
0 commit comments