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

## [Unreleased]

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

### Added
- Add JHipster support in `auth0 quickstarts setup` command [#1452]
- Add bot detection `auth0 protection bot-detection` in attack protection [#1435]
- Add Fastify support in `auth0 quickstarts setup` command [#1449]

### Fixed
- Fix unintended boolean values clearing in update commands [#1442]
- Fix empty string elements from IDs slice in delete commands [#1451]


# [v.1.27.2](https://github.com/auth0/auth0-cli/tree/v1.27.2) (February 14, 2026)

[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.27.1...v1.27.2)
Expand Down Expand Up @@ -686,7 +700,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.27.2...HEAD
[unreleased]: https://github.com/auth0/auth0-cli/compare/v1.28.0...HEAD
[#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
[#1442]: https://github.com/auth0/auth0-cli/pull/1442
[#1435]: https://github.com/auth0/auth0-cli/pull/1435
[#1440]: https://github.com/auth0/auth0-cli/pull/1440
[#1437]: https://github.com/auth0/auth0-cli/pull/1437
[#1428]: https://github.com/auth0/auth0-cli/pull/1428
Expand Down
Loading