Skip to content

Commit f65aa56

Browse files
Version 1.22.0
1 parent da81a4c commit f65aa56

File tree

2 files changed

+28
-1
lines changed

2 files changed

+28
-1
lines changed

CHANGELOG.md

Lines changed: 27 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,30 @@
1+
1.22.0 / 2020-06-08
2+
==================
3+
4+
5+
New functionality and features
6+
------------------------------
7+
* Feature encode sdk version (#371)
8+
* Add support for cinemagraph_analysis parameter in upload, explicit, and resource (#391)
9+
* Support for creating folders using Admin API (#370)
10+
* Add support for pow operator in expressions (#386)
11+
* Feature/support download backup version api (#380)
12+
* Fix normalize_expression when variable is named like a keyword (e.g., ) (#367)
13+
* Add support for 32 char SHA-256 signatures (#368)
14+
15+
Other Changes
16+
-------------
17+
* Add missing types for sign-request (#398)
18+
* Add deprecation warning for node 6, add tests for node 14 (#389)
19+
* Add linter (#388)
20+
* Fix incorrect text implementation for list resources(#382)
21+
* Update issue templates (#365)
22+
23+
24+
25+
26+
27+
128
1.21.0 / 2020-03-29
229
==================
330

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.21.0",
5+
"version": "1.22.0",
66
"homepage": "http://cloudinary.com",
77
"license": "MIT",
88
"repository": {

0 commit comments

Comments
 (0)