diff --git a/CHANGELOG.md b/CHANGELOG.md index 818d9000..ded3e5c1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,30 @@ +1.22.0 / 2020-06-08 +================== + + +New functionality and features +------------------------------ + * Feature encode sdk version (#371) + * Add support for cinemagraph_analysis parameter in upload, explicit, and resource (#391) + * Support for creating folders using Admin API (#370) + * Add support for pow operator in expressions (#386) + * Feature/support download backup version api (#380) + * Fix normalize_expression when variable is named like a keyword (e.g., ) (#367) + * Add support for 32 char SHA-256 signatures (#368) + + Other Changes + ------------- + * Add missing types for sign-request (#398) + * Add deprecation warning for node 6, add tests for node 14 (#389) + * Add linter (#388) + * Fix incorrect text implementation for list resources(#382) + * Update issue templates (#365) + + + + + + 1.21.0 / 2020-03-29 ================== diff --git a/package.json b/package.json index 06cbbf28..541cf47b 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Cloudinary ", "name": "cloudinary", "description": "Cloudinary NPM for node.js integration", - "version": "1.21.0", + "version": "1.22.0", "homepage": "http://cloudinary.com", "license": "MIT", "repository": {