Skip to content

Commit 1914ea2

Browse files
authored
8.20.0 (#1198)
* Update CHANGELOG * 8.20.0
1 parent f0010e7 commit 1914ea2

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.20.0] - 2025-11-06
11+
12+
### Added
13+
14+
- Add support for bot-detection and captcha configurations in `attackProtection`. [#1189]
15+
- Add support for `async_approval_notification_channels` for CIBA on `clients`. [#1194]
16+
17+
### Fixed
18+
19+
- Fix `AUTH0_EXPORT_IDENTIFIERS` configuration to export action IDs in exports. [#1196]
20+
- Fix `EXCLUDED_PROPS` configuration exporting `emailProvider` in directory format. [#1195]
21+
1022
## [8.19.0] - 2025-10-31
1123

1224
### Added
@@ -1474,7 +1486,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14741486
[#1184]: https://github.com/auth0/auth0-deploy-cli/issues/1184
14751487
[#1187]: https://github.com/auth0/auth0-deploy-cli/issues/1187
14761488
[#1188]: https://github.com/auth0/auth0-deploy-cli/issues/1188
1477-
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.19.0...HEAD
1489+
[#1189]: https://github.com/auth0/auth0-deploy-cli/issues/1189
1490+
[#1194]: https://github.com/auth0/auth0-deploy-cli/issues/1194
1491+
[#1195]: https://github.com/auth0/auth0-deploy-cli/issues/1195
1492+
[#1196]: https://github.com/auth0/auth0-deploy-cli/issues/1196
1493+
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.0...HEAD
1494+
[8.20.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.19.0...v8.20.0
14781495
[8.19.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.18.0...v8.19.0
14791496
[8.18.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.17.0...v8.18.0
14801497
[8.17.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.16.0...v8.17.0

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.19.0",
3+
"version": "8.20.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)