Skip to content

Commit cf42566

Browse files
authored
8.20.2 (#1202)
* Update CHANGELOG * 8.20.2
1 parent 7872e9f commit cf42566

File tree

3 files changed

+12
-4
lines changed

3 files changed

+12
-4
lines changed

CHANGELOG.md

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

88
## [Unreleased]
99

10+
## [8.20.2] - 2025-11-13
11+
12+
### Changed
13+
14+
- Support enhanced custom domains in `customDomains` [#1193]
15+
1016
## [8.20.1] - 2025-11-10
1117

1218
### Fixed
@@ -1493,11 +1499,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
14931499
[#1187]: https://github.com/auth0/auth0-deploy-cli/issues/1187
14941500
[#1188]: https://github.com/auth0/auth0-deploy-cli/issues/1188
14951501
[#1189]: https://github.com/auth0/auth0-deploy-cli/issues/1189
1502+
[#1193]: https://github.com/auth0/auth0-deploy-cli/issues/1193
14961503
[#1194]: https://github.com/auth0/auth0-deploy-cli/issues/1194
14971504
[#1195]: https://github.com/auth0/auth0-deploy-cli/issues/1195
14981505
[#1196]: https://github.com/auth0/auth0-deploy-cli/issues/1196
14991506
[#1200]: https://github.com/auth0/auth0-deploy-cli/issues/1200
1500-
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.1...HEAD
1507+
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.2...HEAD
1508+
[8.20.2]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.1...v8.20.2
15011509
[8.20.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.20.0...v8.20.1
15021510
[8.20.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.19.0...v8.20.0
15031511
[8.19.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.18.0...v8.19.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.20.1",
3+
"version": "8.20.2",
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)