Skip to content

Commit 91bcabb

Browse files
authored
8.23.0 (#1235)
* CHANGELOG updated * 8.23.0
1 parent 1f8f5e2 commit 91bcabb

File tree

3 files changed

+57
-4
lines changed

3 files changed

+57
-4
lines changed

CHANGELOG.md

Lines changed: 54 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,45 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [8.23.0] - 2025-12-16
11+
12+
### Added
13+
14+
- Add support for `brute-force-protection` in prompts custom-text. [#1221]
15+
- Add support for `phoneTemplates`. [#1224]
16+
- Add support for `tokenExchangeProfiles`. [#1232]
17+
18+
### Changed
19+
20+
- Upgrading `node-auth0` from v4 to v5. [#1207]
21+
22+
### Fixed
23+
24+
- Fix `improved_signup_bot_detection_in_classic` is added in allowed `tenant` flags. [#1231]
25+
26+
## [8.22.0] - 2025-12-10
27+
28+
### Added
29+
30+
- Add `AUTH0_EXCLUDE_THIRD_PARTY_CLIENTS` config property to exclude third-party `clients`. [#1212]
31+
32+
### Fixed
33+
34+
- Fix managing `Auth0 My Account API` in `resourceServers`. [#1229]
35+
- Fix `cross_origin_auth` is deprecated and migrated to `cross_origin_authentication` in `clients`. [#1223]
36+
37+
## [8.21.0] - 2025-11-21
38+
39+
### Added
40+
41+
- Add support for Connection Profiles and Express Configuration on Clients. [#1204]
42+
- Add support for ACUL GA. [#1209]
43+
- Add support for `session_transfer` schema in `clients`. [#1211]
44+
45+
### Fixed
46+
47+
- Fix handle responses when paginating custom domains. [#1214]
48+
1049
## [8.20.4-beta.0] - 2025-12-02
1150

1251
### Changed
@@ -1517,8 +1556,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15171556
[#1196]: https://github.com/auth0/auth0-deploy-cli/issues/1196
15181557
[#1200]: https://github.com/auth0/auth0-deploy-cli/issues/1200
15191558
[#1203]: https://github.com/auth0/auth0-deploy-cli/issues/1203
1559+
[#1204]: https://github.com/auth0/auth0-deploy-cli/issues/1204
15201560
[#1207]: https://github.com/auth0/auth0-deploy-cli/issues/1207
1521-
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.4-beta.0...HEAD
1561+
[#1209]: https://github.com/auth0/auth0-deploy-cli/issues/1209
1562+
[#1211]: https://github.com/auth0/auth0-deploy-cli/issues/1211
1563+
[#1212]: https://github.com/auth0/auth0-deploy-cli/issues/1212
1564+
[#1214]: https://github.com/auth0/auth0-deploy-cli/issues/1214
1565+
[#1221]: https://github.com/auth0/auth0-deploy-cli/issues/1221
1566+
[#1223]: https://github.com/auth0/auth0-deploy-cli/issues/1223
1567+
[#1224]: https://github.com/auth0/auth0-deploy-cli/issues/1224
1568+
[#1229]: https://github.com/auth0/auth0-deploy-cli/issues/1229
1569+
[#1231]: https://github.com/auth0/auth0-deploy-cli/issues/1231
1570+
[#1232]: https://github.com/auth0/auth0-deploy-cli/issues/1232
1571+
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.23.0...HEAD
1572+
[8.23.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.22.0...v8.23.0
1573+
[8.22.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.21.0...v8.22.0
1574+
[8.21.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.4-beta.0...v8.21.0
15221575
[8.20.4-beta.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.3...v8.20.4-beta.0
15231576
[8.20.3]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.2...v8.20.3
15241577
[8.20.2]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.1...v8.20.2

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.4-beta.0",
3+
"version": "8.23.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)