diff --git a/CHANGELOG.md b/CHANGELOG.md index b4823772..32d43ea5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +2.1.0 / 2024-03-29 +================== + + * feat: added support for new api in beta - analyze api + * chore: added state to datasource entry type + * fix: metadata field api response datasource type improved + * feat: notification-url for rename and destroy methods + 2.0.3 / 2024-03-05 ================== diff --git a/package.json b/package.json index 51ebe5e7..e1c83032 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Cloudinary ", "name": "cloudinary", "description": "Cloudinary NPM for node.js integration", - "version": "2.0.3", + "version": "2.1.0", "homepage": "https://cloudinary.com", "license": "MIT", "repository": {