From 933d9269e31b44ad8b403f642e404c2b54706cda Mon Sep 17 00:00:00 2001 From: cloudinary-bot Date: Sun, 15 Sep 2024 12:12:21 +0000 Subject: [PATCH] Version 2.5.0 --- CHANGELOG.md | 7 +++++++ package.json | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7cb07167..8711965a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +2.5.0 / 2024-09-15 +================== + +* feat: auto_transcription on upload and explicit support (#690) +* feat: auto_chaptering on upload and explicit support (#689) +* feat: access key management via provisioning api (#687) + 2.4.0 / 2024-07-30 ================== diff --git a/package.json b/package.json index c43905f6..f059cfa3 100644 --- a/package.json +++ b/package.json @@ -2,7 +2,7 @@ "author": "Cloudinary ", "name": "cloudinary", "description": "Cloudinary NPM for node.js integration", - "version": "2.4.0", + "version": "2.5.0", "homepage": "https://cloudinary.com", "license": "MIT", "repository": {