Skip to content

Commit 24950be

Browse files
authored
8.22.0 (#1230)
* Update CHANGELOG * 8.22.0
1 parent 227e88d commit 24950be

3 files changed

Lines changed: 19 additions & 4 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [8.22.0] - 2025-12-10
11+
12+
### Added
13+
14+
- Add `AUTH0_EXCLUDE_THIRD_PARTY_CLIENTS` config property to exclude third-party `clients`. [#1212]
15+
16+
### Fixed
17+
18+
- Fix managing `Auth0 My Account API` in `resourceServers`. [#1229]
19+
- Fix `cross_origin_auth` is deprecated and migrated to `cross_origin_authentication` in `clients`. [#1223]
20+
1021
## [8.21.0] - 2025-11-21
1122

1223
### Added
@@ -1526,8 +1537,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15261537
[#1204]: https://github.com/auth0/auth0-deploy-cli/issues/1204
15271538
[#1209]: https://github.com/auth0/auth0-deploy-cli/issues/1209
15281539
[#1211]: https://github.com/auth0/auth0-deploy-cli/issues/1211
1540+
[#1212]: https://github.com/auth0/auth0-deploy-cli/issues/1212
15291541
[#1214]: https://github.com/auth0/auth0-deploy-cli/issues/1214
1530-
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.21.0...HEAD
1542+
[#1223]: https://github.com/auth0/auth0-deploy-cli/issues/1223
1543+
[#1229]: https://github.com/auth0/auth0-deploy-cli/issues/1229
1544+
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.22.0...HEAD
1545+
[8.22.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.21.0...v8.22.0
15311546
[8.21.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.3...v8.21.0
15321547
[8.20.3]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.2...v8.20.3
15331548
[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.21.0",
3+
"version": "8.22.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)