diff --git a/CHANGELOG.md b/CHANGELOG.md index 640d115ca..01b3dc0ea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,21 @@ 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 16, 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] +- 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] + + # [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 +715,13 @@ 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 +[#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 +[#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