diff --git a/CHANGELOG.md b/CHANGELOG.md index bd0d046a1..19477e596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +# [v.1.23.0](https://github.com/auth0/auth0-cli/tree/v1.23.0) (November 14, 2025) + +[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.22.0...v1.23.0) + +### Added +- Add filter and paginated listing to `auth0 domains list` (EA-only) [#1365] +- Add support for generating `auth0_organization_discovery_domains` in `auth0 tf generate` [#1349] + +### Fixed +- Fixed quickstart download failures caused by invalid zip responses [#1372] + # [v.1.22.0](https://github.com/auth0/auth0-cli/tree/v1.22.0) (October 21, 2025) [Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.21.0...v1.22.0) @@ -608,6 +619,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [unreleased]: https://github.com/auth0/auth0-cli/compare/v1.21.0...HEAD +[#1372]: https://github.com/auth0/auth0-cli/pull/1372 +[#1365]: https://github.com/auth0/auth0-cli/pull/1365 +[#1349]: https://github.com/auth0/auth0-cli/pull/1349 [#1344]: https://github.com/auth0/auth0-cli/pull/1344 [#1337]: https://github.com/auth0/auth0-cli/pull/1337 [#1343]: https://github.com/auth0/auth0-cli/issues/1343