diff --git a/CHANGELOG.md b/CHANGELOG.md index 32d43ea5..08fbc914 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +2.2.0 / 2024-04-22 +================== + +* feat: selective response for admin and search api +* feat: multiple values support for fields and with_field methods in search api + 2.1.0 / 2024-03-29 ================== diff --git a/package.json b/package.json index e1c83032..b87ccd6e 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Cloudinary ", "name": "cloudinary", "description": "Cloudinary NPM for node.js integration", - "version": "2.1.0", + "version": "2.2.0", "homepage": "https://cloudinary.com", "license": "MIT", "repository": {