Skip to content

Commit 5160c90

Browse files
authored
8.23.2 (#1245)
* Update CHANGELOG * 8.23.2
1 parent f90cbab commit 5160c90

3 files changed

Lines changed: 12 additions & 4 deletions

File tree

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.23.2] - 2025-12-18
11+
12+
### Fixed
13+
14+
- Fix `customDomains` handler 409 for listing domains. [#1244]
15+
1016
## [8.23.1] - 2025-12-18
1117

1218
### Fixed
@@ -1577,7 +1583,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
15771583
[#1232]: https://github.com/auth0/auth0-deploy-cli/issues/1232
15781584
[#1239]: https://github.com/auth0/auth0-deploy-cli/issues/1239
15791585
[#1240]: https://github.com/auth0/auth0-deploy-cli/issues/1240
1580-
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.23.1...HEAD
1586+
[#1244]: https://github.com/auth0/auth0-deploy-cli/issues/1244
1587+
[Unreleased]: https://github.com/auth0/auth0-deploy-cli/compare/v8.23.2...HEAD
1588+
[8.23.2]: https://github.com/auth0/auth0-deploy-cli/compare/v8.23.1...v8.23.2
15811589
[8.23.1]: https://github.com/auth0/auth0-deploy-cli/compare/v8.23.0...v8.23.1
15821590
[8.23.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.22.0...v8.23.0
15831591
[8.22.0]: https://github.com/auth0/auth0-deploy-cli/compare/v8.21.0...v8.22.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.23.1",
3+
"version": "8.23.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)