Skip to content
Merged

8.19.0 #1192

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
22 changes: 21 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [8.19.0] - 2025-10-31

### Added

- Add support for organization discovery domains in `organizations`. [#1187]
- Add support for `email.unique` attribute property in `databases`. [`#1190]
- Add support for custom-URI-schemes in `clients` and `tenant`. [#1182]

### Fixed

- Fix docs for env vars usage with keyword replacement. [#1188]
- Fix read_only_background property schema for `themes`. [#1184]
- Fix `userAttributeProfiles` handle if feature is not enabled. [#1181]

## [8.18.0] - 2025-10-13

### Added
Expand Down Expand Up @@ -1455,7 +1469,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
[#1166]: https://github.com/auth0/auth0-deploy-cli/issues/1166
[#1174]: https://github.com/auth0/auth0-deploy-cli/issues/1174
[#1175]: https://github.com/auth0/auth0-deploy-cli/issues/1175
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.18.0...HEAD
[#1181]: https://github.com/auth0/auth0-deploy-cli/issues/1181
[#1182]: https://github.com/auth0/auth0-deploy-cli/issues/1182
[#1184]: https://github.com/auth0/auth0-deploy-cli/issues/1184
[#1187]: https://github.com/auth0/auth0-deploy-cli/issues/1187
[#1188]: https://github.com/auth0/auth0-deploy-cli/issues/1188
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.19.0...HEAD
[8.19.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.18.0...v8.19.0
[8.18.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.17.0...v8.18.0
[8.17.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.16.0...v8.17.0
[8.16.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.15.0...v8.16.0
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.18.0",
"version": "8.19.0",
"description": "A command line tool for deploying updates to your Auth0 tenant",
"main": "lib/index.js",
"bin": {
Expand Down