Skip to content

Commit 58c0db4

Browse files
committed
8.11.0
1 parent 734b75d commit 58c0db4

File tree

4 files changed

+9
-5
lines changed

4 files changed

+9
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ 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+
1012
### Added
1113

1214
- Add support for multiple custom domains in `customDomains`. [#1113]
@@ -1370,12 +1372,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
13701372
[#1103]: https://github.com/auth0/auth0-deploy-cli/issues/1103
13711373
[#1104]: https://github.com/auth0/auth0-deploy-cli/issues/1104
13721374
[#1109]: https://github.com/auth0/auth0-deploy-cli/issues/1109
1375+
[#1113]: https://github.com/auth0/auth0-deploy-cli/issues/1113
13731376
[#1115]: https://github.com/auth0/auth0-deploy-cli/issues/1115
13741377
[#1116]: https://github.com/auth0/auth0-deploy-cli/issues/1116
13751378
[#1121]: https://github.com/auth0/auth0-deploy-cli/issues/1121
13761379
[#1123]: https://github.com/auth0/auth0-deploy-cli/issues/1123
13771380
[#1124]: https://github.com/auth0/auth0-deploy-cli/issues/1124
1378-
[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
13791383
[8.10.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.9.0...v8.10.0
13801384
[8.9.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.3...v8.9.0
13811385
[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)