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