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.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
Original file line number Diff line number Diff line change 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" : {
You can’t perform that action at this time.
0 commit comments