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 107a90f commit 5fcbb75Copy full SHA for 5fcbb75
CHANGELOG.md
@@ -1,3 +1,22 @@
1
+ 1,1 Top
2
+1.19.0 / 2021-03-05
3
+==================
4
+
5
+New functionality and features
6
+------------------------------
7
8
+* Add Account Provisioning API
9
+* Add support for `api_proxy` parameter
10
+* Add support for `date` parameter in `usage` Admin API
11
12
+Other Changes
13
+-------------
14
15
+* Fix direct upload of raw files
16
+* Improve unit testing of add-ons
17
+* Change test for `eval` upload parameter
18
+* Bump vulnerable version of rubyzip
19
+* Fix `cloudinary.gemspec` glob issue
20
21
1.18.1 / 2020-09-30
22
===================
lib/cloudinary/version.rb
@@ -1,4 +1,4 @@
# Copyright Cloudinary
module Cloudinary
- VERSION = "1.18.1"
+ VERSION = "1.19.0"
end
0 commit comments