diff --git a/CHANGELOG.md b/CHANGELOG.md index d4679a83..a5236a2a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ 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] +- 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 @@ -1511,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 b62112ac..6e54cabd 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 1e78fb33..90314c1f 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": {