Skip to content

Commit 409ef3b

Browse files
authored
8.19.0 (#1192)
* Update CHANGELOG * 8.19.0
1 parent 36816a9 commit 409ef3b

3 files changed

Lines changed: 24 additions & 4 deletions

File tree

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [8.19.0] - 2025-10-31
11+
12+
### Added
13+
14+
- Add support for organization discovery domains in `organizations`. [#1187]
15+
- Add support for `email.unique` attribute property in `databases`. [`#1190]
16+
- Add support for custom-URI-schemes in `clients` and `tenant`. [#1182]
17+
18+
### Fixed
19+
20+
- Fix docs for env vars usage with keyword replacement. [#1188]
21+
- Fix read_only_background property schema for `themes`. [#1184]
22+
- Fix `userAttributeProfiles` handle if feature is not enabled. [#1181]
23+
1024
## [8.18.0] - 2025-10-13
1125

1226
### Added
@@ -1455,7 +1469,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14551469
[#1166]: https://github.com/auth0/auth0-deploy-cli/issues/1166
14561470
[#1174]: https://github.com/auth0/auth0-deploy-cli/issues/1174
14571471
[#1175]: https://github.com/auth0/auth0-deploy-cli/issues/1175
1458-
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.18.0...HEAD
1472+
[#1181]: https://github.com/auth0/auth0-deploy-cli/issues/1181
1473+
[#1182]: https://github.com/auth0/auth0-deploy-cli/issues/1182
1474+
[#1184]: https://github.com/auth0/auth0-deploy-cli/issues/1184
1475+
[#1187]: https://github.com/auth0/auth0-deploy-cli/issues/1187
1476+
[#1188]: https://github.com/auth0/auth0-deploy-cli/issues/1188
1477+
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.19.0...HEAD
1478+
[8.19.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.18.0...v8.19.0
14591479
[8.18.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.17.0...v8.18.0
14601480
[8.17.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.16.0...v8.17.0
14611481
[8.16.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.15.0...v8.16.0

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