Skip to content

Commit 8fe0e28

Browse files
authored
8.31.0 (#1359)
* CHANGLOG UPDATE 8.31.0 CHANGLOG UPDATE 8.31.0 CHANGLOG UPDATE 8.31.0 * 8.31.0
1 parent a34e9ca commit 8fe0e28

2 files changed

Lines changed: 14 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 13 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.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

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.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": {

0 commit comments

Comments
 (0)