Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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) [#1365]
- Add support for generating `auth0_organization_discovery_domains` in `auth0 tf generate` [#1349]

### Fixed
- 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)

[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.21.0...v1.22.0)
Expand Down Expand Up @@ -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
[#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
Expand Down
Loading