Skip to content
Merged

8.11.0 #1126

Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [8.11.0] - 2025-07-15

### Added

- Add support for multiple custom domains in `customDomains`. [#1113]

## [8.10.0] - 2025-07-01

### Added
Expand Down Expand Up @@ -1366,12 +1372,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#1103]: https://github.com/auth0/auth0-deploy-cli/issues/1103
[#1104]: https://github.com/auth0/auth0-deploy-cli/issues/1104
[#1109]: https://github.com/auth0/auth0-deploy-cli/issues/1109
[#1113]: https://github.com/auth0/auth0-deploy-cli/issues/1113
[#1115]: https://github.com/auth0/auth0-deploy-cli/issues/1115
[#1116]: https://github.com/auth0/auth0-deploy-cli/issues/1116
[#1121]: https://github.com/auth0/auth0-deploy-cli/issues/1121
[#1123]: https://github.com/auth0/auth0-deploy-cli/issues/1123
[#1124]: https://github.com/auth0/auth0-deploy-cli/issues/1124
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.10.0...HEAD
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.11.0...HEAD
[8.11.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.10.0...v8.11.0
[8.10.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.9.0...v8.10.0
[8.9.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.3...v8.9.0
[8.8.3]: https://github.com/auth0/auth0-deploy-cli/compare/v8.8.2...v8.8.3
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The Auth0 Deploy CLI is a tool that helps you manage your Auth0 tenant configura

**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.

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

---

Expand Down
4 changes: 2 additions & 2 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "auth0-deploy-cli",
"version": "8.10.0",
"version": "8.11.0",
"description": "A command line tool for deploying updates to your Auth0 tenant",
"main": "lib/index.js",
"bin": {
Expand Down