Skip to content

Commit 0eb5df8

Browse files
authored
8.21.0 (#1215)
* Update CHANGELOG * 8.21.0
1 parent fb9c130 commit 0eb5df8

File tree

3 files changed

+21
-4
lines changed

3 files changed

+21
-4
lines changed

CHANGELOG.md

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff 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

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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": {

0 commit comments

Comments
 (0)