File tree Expand file tree Collapse file tree 3 files changed +21
-4
lines changed
Expand file tree Collapse file tree 3 files changed +21
-4
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ ## [ 8.21.0] - 2025-11-21
11+
12+ ### Added
13+
14+ - Add support for Connection Profiles and Express Configuration on Clients. [ #1204 ]
15+ - Add support for ACUL GA. [ #1209 ]
16+ - Add support for ` session_transfer ` schema in ` clients ` . [ #1211 ]
17+
18+ ### Fixed
19+
20+ - Fix handle responses when paginating custom domains. [ #1214 ]
21+
1022## [ 8.20.3] - 2025-11-14
1123
1224### Fixed
@@ -1511,7 +1523,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15111523[ #1196 ] : https://github.com/auth0/auth0-deploy-cli/issues/1196
15121524[ #1200 ] : https://github.com/auth0/auth0-deploy-cli/issues/1200
15131525[ #1203 ] : https://github.com/auth0/auth0-deploy-cli/issues/1203
1514- [ Unreleased ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.20.3...HEAD
1526+ [ #1204 ] : https://github.com/auth0/auth0-deploy-cli/issues/1204
1527+ [ #1209 ] : https://github.com/auth0/auth0-deploy-cli/issues/1209
1528+ [ #1211 ] : https://github.com/auth0/auth0-deploy-cli/issues/1211
1529+ [ #1214 ] : https://github.com/auth0/auth0-deploy-cli/issues/1214
1530+ [ Unreleased ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.21.0...HEAD
1531+ [ 8.21.0 ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.20.3...v8.21.0
15151532[ 8.20.3 ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.20.2...v8.20.3
15161533[ 8.20.2 ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.20.1...v8.20.2
15171534[ 8.20.1 ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.20.0...v8.20.1
Original file line number Diff line number Diff line change 11{
22 "name" : " auth0-deploy-cli" ,
3- "version" : " 8.20.3 " ,
3+ "version" : " 8.21.0 " ,
44 "description" : " A command line tool for deploying updates to your Auth0 tenant" ,
55 "main" : " lib/index.js" ,
66 "bin" : {
You can’t perform that action at this time.
0 commit comments