From ebb41c7c7294be9f064ac3024c3531934301bc9a Mon Sep 17 00:00:00 2001 From: KIRAN KUMAR B Date: Mon, 13 Apr 2026 19:35:46 +0530 Subject: [PATCH 1/2] chore(changelog): update changelog for v1.29.0 release - Added support for managing default custom domain via `auth0 domains default` (show, set). - Introduced passkeys prompt support in `auth0 ul customize` and `auth0 tf generate`. - Added organization support to `auth0 test token` command for M2M applications. - Included default editor setting support on Windows. - Fixed `auth0 api` to allow passing data with DELETE calls. This update documents the new features and fixes included in the v1.29.0 release. --- CHANGELOG.md | 21 ++++++++++++++++++++- 1 file changed, 20 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 640d115ca..2a7ea1bba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +# [v.1.29.0](https://github.com/auth0/auth0-cli/tree/v1.29.0) (April 13, 2026) + +[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.28.0...v1.29.0) + +### Added +- Add support for managing default custom domain via `auth0 domains default` (show, set) [#1470] +- Add passkeys prompt support in `auth0 ul customize` and `auth0 tf generate` [#1462] +- Add organization support to `auth0 test token` command for M2M applications [#1475] +- Add default editor setting support on Windows [#1454] + +### Fixed +- Fix `auth0 api` to allow passing data with DELETE calls [#1471] + + # [v.1.28.0](https://github.com/auth0/auth0-cli/tree/v1.28.0) (March 03, 2026) [Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.27.2...v1.28.0) @@ -700,7 +714,12 @@ 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.28.0...HEAD +[unreleased]: https://github.com/auth0/auth0-cli/compare/v1.29.0...HEAD +[#1475]: https://github.com/auth0/auth0-cli/pull/1475 +[#1471]: https://github.com/auth0/auth0-cli/pull/1471 +[#1470]: https://github.com/auth0/auth0-cli/pull/1470 +[#1462]: https://github.com/auth0/auth0-cli/pull/1462 +[#1454]: https://github.com/auth0/auth0-cli/pull/1454 [#1452]: https://github.com/auth0/auth0-cli/pull/1452 [#1451]: https://github.com/auth0/auth0-cli/pull/1451 [#1449]: https://github.com/auth0/auth0-cli/pull/1449 From 12386df63add8da065623530218d6847ddfe4660 Mon Sep 17 00:00:00 2001 From: ramya18101 Date: Thu, 16 Apr 2026 13:13:30 +0530 Subject: [PATCH 2/2] Update changelog --- CHANGELOG.md | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2a7ea1bba..01b3dc0ea 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.29.0](https://github.com/auth0/auth0-cli/tree/v1.29.0) (April 13, 2026) +# [v.1.29.0](https://github.com/auth0/auth0-cli/tree/v1.29.0) (April 16, 2026) [Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.28.0...v1.29.0) @@ -16,6 +16,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Add passkeys prompt support in `auth0 ul customize` and `auth0 tf generate` [#1462] - Add organization support to `auth0 test token` command for M2M applications [#1475] - Add default editor setting support on Windows [#1454] +- Add support for client_id_metadata_document_supported tenant settings in `auth0 tenant-settings update` [#1491] ### Fixed - Fix `auth0 api` to allow passing data with DELETE calls [#1471] @@ -715,6 +716,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 [unreleased]: https://github.com/auth0/auth0-cli/compare/v1.29.0...HEAD +[#1491]: https://github.com/auth0/auth0-cli/pull/1491 [#1475]: https://github.com/auth0/auth0-cli/pull/1475 [#1471]: https://github.com/auth0/auth0-cli/pull/1471 [#1470]: https://github.com/auth0/auth0-cli/pull/1470