From 3eaccfba019192fb2e063a452c20a2fd0f171bd2 Mon Sep 17 00:00:00 2001 From: ramya18101 Date: Fri, 14 Nov 2025 17:51:36 +0530 Subject: [PATCH 1/2] Add CHANGELOG for v1.23.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index bd0d046a1..09d2d016d 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) [#1378] +- Add support for generating `auth0_organization_discovery_domains` in `auth0 tf generate` [#1371] + +### Fixed +- Fixed quickstart download failures caused by invalid zip responses [#1375] + # [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 +[1378]: https://github.com/auth0/auth0-cli/pull/1378 +[1375]: https://github.com/auth0/auth0-cli/pull/1375 +[1371]: https://github.com/auth0/auth0-cli/pull/1371 [#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 From e71f45e5646e541467a4384464f5dc19ab913a5b Mon Sep 17 00:00:00 2001 From: ramya18101 Date: Fri, 14 Nov 2025 17:55:40 +0530 Subject: [PATCH 2/2] update changelog v1.23.0 --- CHANGELOG.md | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 09d2d016d..19477e596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -12,11 +12,11 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [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) [#1378] -- Add support for generating `auth0_organization_discovery_domains` in `auth0 tf generate` [#1371] +- 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 [#1375] +- 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) @@ -619,9 +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 -[1378]: https://github.com/auth0/auth0-cli/pull/1378 -[1375]: https://github.com/auth0/auth0-cli/pull/1375 -[1371]: https://github.com/auth0/auth0-cli/pull/1371 +[#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