diff --git a/CHANGELOG.md b/CHANGELOG.md index b2599ec4c..04c7f94cd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,12 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [8.20.2] - 2025-11-13 + +### Changed + +- Support enhanced custom domains in `customDomains` [#1193] + ## [8.20.1] - 2025-11-10 ### Fixed @@ -1493,11 +1499,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [#1187]: https://github.com/auth0/auth0-deploy-cli/issues/1187 [#1188]: https://github.com/auth0/auth0-deploy-cli/issues/1188 [#1189]: https://github.com/auth0/auth0-deploy-cli/issues/1189 +[#1193]: https://github.com/auth0/auth0-deploy-cli/issues/1193 [#1194]: https://github.com/auth0/auth0-deploy-cli/issues/1194 [#1195]: https://github.com/auth0/auth0-deploy-cli/issues/1195 [#1196]: https://github.com/auth0/auth0-deploy-cli/issues/1196 [#1200]: https://github.com/auth0/auth0-deploy-cli/issues/1200 -[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.1...HEAD +[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.2...HEAD +[8.20.2]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.1...v8.20.2 [8.20.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.0...v8.20.1 [8.20.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.19.0...v8.20.0 [8.19.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.18.0...v8.19.0 diff --git a/package-lock.json b/package-lock.json index f31171f05..467bc2748 100644 --- a/package-lock.json +++ b/package-lock.json @@ -1,12 +1,12 @@ { "name": "auth0-deploy-cli", - "version": "8.20.1", + "version": "8.20.2", "lockfileVersion": 2, "requires": true, "packages": { "": { "name": "auth0-deploy-cli", - "version": "8.20.1", + "version": "8.20.2", "license": "MIT", "dependencies": { "ajv": "^6.12.6", diff --git a/package.json b/package.json index 4d4204f22..ae919f4d2 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "auth0-deploy-cli", - "version": "8.20.1", + "version": "8.20.2", "description": "A command line tool for deploying updates to your Auth0 tenant", "main": "lib/index.js", "bin": {