diff --git a/CHANGELOG.md b/CHANGELOG.md index 7d340f7..89668f2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +1.15.0 / 2024-08-28 +================== + +* Add support for the `e_extract` action + 1.14.1 / 2024-07-08 ================== diff --git a/package.json b/package.json index 05b0c20..3fe56db 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "@cloudinary/transformation-builder-sdk", - "version": "1.14.1", + "version": "1.15.0", "description": "", "scripts": { "test": "npm run test:types && npm run build && jest --coverage --reporters default && npm run test:size",