File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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.31.0] - 2026-04-10
11+
12+ ### Added
13+
14+ - Add support for ` is_default ` on ` customDomains ` . [ #1330 ]
15+ - Add ` AUTH0_EXPORT_ORDERED ` config property and ` --export_ordered ` flag for stable exports. [ #1335 ]
16+
17+ ### Fixed
18+
19+ - Fix ` clientGrants ` matching when multiple grants share the same ` client_id ` and ` audience ` . [ #1341 ]
20+
1021## [ 8.30.0] - 2026-04-02
1122
1223### Added
@@ -1710,7 +1721,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
17101721[ #1340 ] : https://github.com/auth0/auth0-deploy-cli/issues/1340
17111722[ #1342 ] : https://github.com/auth0/auth0-deploy-cli/issues/1342
17121723[ #1343 ] : https://github.com/auth0/auth0-deploy-cli/issues/1343
1713- [ Unreleased ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.30.0...HEAD
1724+ [ Unreleased ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.31.0...HEAD
1725+ [ 8.31.0 ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.30.0...v8.31.0
17141726[ 8.30.0 ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.29.3...v8.30.0
17151727[ 8.29.3 ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.29.2...v8.29.3
17161728[ 8.29.2 ] : https://github.com/auth0/auth0-deploy-cli/compare/v8.29.1...v8.29.2
Original file line number Diff line number Diff line change 11{
22 "name" : " auth0-deploy-cli" ,
3- "version" : " 8.30 .0" ,
3+ "version" : " 8.31 .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