Skip to content

Commit cc6b85d

Browse files
authored
8.11.0 (#1126)
* CHANGELOG added * 8.11.0
1 parent 9aed335 commit cc6b85d

File tree

4 files changed

+13
-5
lines changed

4 files changed

+13
-5
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [8.11.0] - 2025-07-15
11+
12+
### Added
13+
14+
- Add support for multiple custom domains in `customDomains`. [#1113]
15+
1016
## [8.10.0] - 2025-07-01
1117

1218
### Added
@@ -1366,12 +1372,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13661372
[#1103]: https://github.com/auth0/auth0-deploy-cli/issues/1103
13671373
[#1104]: https://github.com/auth0/auth0-deploy-cli/issues/1104
13681374
[#1109]: https://github.com/auth0/auth0-deploy-cli/issues/1109
1375+
[#1113]: https://github.com/auth0/auth0-deploy-cli/issues/1113
13691376
[#1115]: https://github.com/auth0/auth0-deploy-cli/issues/1115
13701377
[#1116]: https://github.com/auth0/auth0-deploy-cli/issues/1116
13711378
[#1121]: https://github.com/auth0/auth0-deploy-cli/issues/1121
13721379
[#1123]: https://github.com/auth0/auth0-deploy-cli/issues/1123
13731380
[#1124]: https://github.com/auth0/auth0-deploy-cli/issues/1124
1374-
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.10.0...HEAD
1381+
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.11.0...HEAD
1382+
[8.11.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.10.0...v8.11.0
13751383
[8.10.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.9.0...v8.10.0
13761384
[8.9.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.3...v8.9.0
13771385
[8.8.3]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.2...v8.8.3

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ The Auth0 Deploy CLI is a tool that helps you manage your Auth0 tenant configura
99

1010
**Supported resource types:** actions, branding, client grants, clients (applications), connections, custom domains, email templates, emails, grants, guardian, hook secrets, log streams, organizations, pages, prompts, resource servers (APIs), roles, tenant settings, themes, forms, flows, self-service profiles, network ACLs.
1111

12-
🎢 [Highlights](#highlights) • 📚 [Documentation](#documentation) • 🚀 [Getting Started](#getting-started)💬 [Feedback](#feedback)
12+
🎢 [Highlights](#highlights) • 📚 [Documentation](#documentation) • 🚀 [Getting Started](#getting-started)📝 [Feedback](#feedback) • 💬 [Discussions](https://github.com/auth0/auth0-deploy-cli/discussions)
1313

1414
---
1515

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