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 78ec967 commit c50fa14Copy full SHA for c50fa14
CHANGELOG.md
@@ -1,3 +1,17 @@
1
+2.2.0 / 2024-09-08
2
+==================
3
+
4
+New functionality and features
5
+------------------------------
6
7
+ * Add support for ActiveStorage model service configuration
8
9
+Other Changes
10
+-------------
11
12
+ * Fix asset type detection in ActiveStorage
13
+ * Add explicit `ostruct` dependency
14
15
2.1.2 / 2024-08-18
16
==================
17
lib/cloudinary/version.rb
@@ -1,4 +1,4 @@
# Copyright Cloudinary
module Cloudinary
- VERSION = "2.1.2"
+ VERSION = "2.2.0"
end
0 commit comments