Skip to content

Commit 9eab0b1

Browse files
committed
Version 1.24.0
1 parent efe0266 commit 9eab0b1

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,4 +1,23 @@
11

2+
1.24.0 / 2021-01-31
3+
=============
4+
5+
New functionality and features
6+
------------------------------
7+
* Add `accessibility_analysis` parameter support (#463)
8+
* Add support for date parameter in usage API (#467)
9+
10+
Other Changes
11+
-------------
12+
* Change test for `eval` upload parameter (#468)
13+
* Update docstring for normalize_expression (#461)
14+
* Fix secure_distribution has type (#462)
15+
* Remove unused parameter from archive_params (#454)
16+
* Fix type of generate_auth_token options (#448)
17+
* Set the provisioning API config as optional (#451)
18+
* Encode all URI components when building a URL in base_api_url() (#447)
19+
* Generate url-safe base64 strings in remote custom functions (#446)
20+
221
1.23.0 / 2020-08-26
322
===================
423
New functionality and features

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"author": "Cloudinary <[email protected]>",
33
"name": "cloudinary",
44
"description": "Cloudinary NPM for node.js integration",
5-
"version": "1.23.0",
5+
"version": "1.24.0",
66
"homepage": "http://cloudinary.com",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)