Skip to content

Commit 5fcbb75

Browse files
Version 1.19.0
1 parent 107a90f commit 5fcbb75

File tree

2 files changed

+20
-1
lines changed

2 files changed

+20
-1
lines changed

CHANGELOG.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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
120

221
1.18.1 / 2020-09-30
322
===================

lib/cloudinary/version.rb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Copyright Cloudinary
22
module Cloudinary
3-
VERSION = "1.18.1"
3+
VERSION = "1.19.0"
44
end

0 commit comments

Comments
 (0)