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
18 changes: 16 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

# [v.1.26.0](https://github.com/auth0/auth0-cli/tree/v1.26.0) (January 14, 2026)

[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.25.1...v1.26.0)

### Added
- Handle forbidden error template fetching in `auth0 tf generate -r auth0_email_templates` [#1417]
- Handle GitHub rate-limits in `auth0 acul commands` by falling back to stable versions [#1414]

### Fixed
- Updated ULP branding assets to fix template playground language dropdown [#1416]


# [v.1.25.1](https://github.com/auth0/auth0-cli/tree/v1.25.1) (December 23, 2025)

[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.25.0...v1.25.1)
Expand Down Expand Up @@ -34,7 +46,6 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
- 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)
Expand Down Expand Up @@ -646,7 +657,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.25.1...HEAD
[unreleased]: https://github.com/auth0/auth0-cli/compare/v1.26.0...HEAD
[#1417]: https://github.com/auth0/auth0-cli/pull/1417
[#1416]: https://github.com/auth0/auth0-cli/pull/1416
[#1414]: https://github.com/auth0/auth0-cli/pull/1414
[#1409]: https://github.com/auth0/auth0-cli/pull/1409
[#1406]: https://github.com/auth0/auth0-cli/pull/1406
[#1398]: https://github.com/auth0/auth0-cli/pull/1398
Expand Down
Loading