From a6f34de9fb306a52e3f208470c8b56c0ed3fe4b7 Mon Sep 17 00:00:00 2001 From: ramya18101 Date: Tue, 9 Dec 2025 16:30:29 +0530 Subject: [PATCH 1/2] Add Changelog for v1.24.0 --- CHANGELOG.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 19477e596..b506ada2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +# [v.1.24.0](https://github.com/auth0/auth0-cli/tree/v1.23.0) (December 09, 2025) + +[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.23.0...v1.24.0) + +### Added +- Support new ACUL config commands [#1312] +- Enhance login process by prompting for default tenant domain [#1388] +- Add interactive api selection for resource server client creation [#1391] +- Add resource server identifier flag alias for roles permissions commands [#1398] + + + # [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) @@ -619,6 +631,10 @@ 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 +[#1398]: https://github.com/auth0/auth0-cli/pull/1398 +[#1391]: https://github.com/auth0/auth0-cli/pull/1391 +[1388]: https://github.com/auth0/auth0-cli/pull/1388 +[#1312]: https://github.com/auth0/auth0-cli/pull/1312 [#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 From 9ea001f0b69766ecf656838c45a84244eba1da60 Mon Sep 17 00:00:00 2001 From: ramya18101 Date: Tue, 9 Dec 2025 16:32:42 +0530 Subject: [PATCH 2/2] Update Changelog for v1.24.0 --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b506ada2c..1a48e8bcf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -# [v.1.24.0](https://github.com/auth0/auth0-cli/tree/v1.23.0) (December 09, 2025) +# [v.1.24.0](https://github.com/auth0/auth0-cli/tree/v1.24.0) (December 09, 2025) [Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.23.0...v1.24.0) @@ -630,10 +630,10 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updating of action triggers which inevitably results in error [#597] -[unreleased]: https://github.com/auth0/auth0-cli/compare/v1.21.0...HEAD +[unreleased]: https://github.com/auth0/auth0-cli/compare/v1.24.0...HEAD [#1398]: https://github.com/auth0/auth0-cli/pull/1398 [#1391]: https://github.com/auth0/auth0-cli/pull/1391 -[1388]: https://github.com/auth0/auth0-cli/pull/1388 +[#1388]: https://github.com/auth0/auth0-cli/pull/1388 [#1312]: https://github.com/auth0/auth0-cli/pull/1312 [#1372]: https://github.com/auth0/auth0-cli/pull/1372 [#1365]: https://github.com/auth0/auth0-cli/pull/1365