From 63cd605fcc24261105055573e5a72deb0e3419f0 Mon Sep 17 00:00:00 2001 From: kushalshit27 <43465488+kushalshit27@users.noreply.github.com> Date: Fri, 21 Nov 2025 13:52:55 +0530 Subject: [PATCH 1/2] Update CHANGELOG --- CHANGELOG.md | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d4679a837..931c0661d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +### Added + +- Add support for Connection Profiles and Express Configuration on Clients. [#1204] +- Add support for ACUL GA. [#1209] +- Add support for `session_transfer` schema in `clients`. [#1211] + +### Fixed + +- Fix handle responses when paginating custom domains. [#1214] + ## [8.20.3] - 2025-11-14 ### Fixed From 9674063eeb210d97ce3e9fc8bc6c2086baf22cb4 Mon Sep 17 00:00:00 2001 From: kushalshit27 <43465488+kushalshit27@users.noreply.github.com> Date: Fri, 21 Nov 2025 13:53:29 +0530 Subject: [PATCH 2/2] 8.21.0 --- CHANGELOG.md | 9 ++++++++- package-lock.json | 4 ++-- package.json | 2 +- 3 files changed, 11 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 931c0661d..a5236a2a3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.21.0] - 2025-11-21 + ### Added - Add support for Connection Profiles and Express Configuration on Clients. [#1204] @@ -1521,7 +1523,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#1196]: https://github.com/auth0/auth0-deploy-cli/issues/1196 [#1200]: https://github.com/auth0/auth0-deploy-cli/issues/1200 [#1203]: https://github.com/auth0/auth0-deploy-cli/issues/1203 -[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.3...HEAD +[#1204]: https://github.com/auth0/auth0-deploy-cli/issues/1204 +[#1209]: https://github.com/auth0/auth0-deploy-cli/issues/1209 +[#1211]: https://github.com/auth0/auth0-deploy-cli/issues/1211 +[#1214]: https://github.com/auth0/auth0-deploy-cli/issues/1214 +[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.21.0...HEAD +[8.21.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.3...v8.21.0 [8.20.3]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.2...v8.20.3 [8.20.2]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.1...v8.20.2 [8.20.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.0...v8.20.1 diff --git a/package-lock.json b/package-lock.json index b62112acd..6e54cabd7 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "8.20.3", + "version": "8.21.0", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "8.20.3", + "version": "8.21.0", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index 1e78fb33b..90314c1f0 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "8.20.3", + "version": "8.21.0", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {