@@ -8,6 +8,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
99## [ Unreleased]
1010
11+ # [ v1.32.0] ( https://github.com/auth0/auth0-cli/tree/v1.32.0 ) (June 23, 2026)
12+
13+ [ Full Changelog] ( https://github.com/auth0/auth0-cli/compare/v1.31.0...v1.32.0 )
14+
15+ ### Added
16+ - Add agent-aware command analytics with success/failure tracking and AI agent detection [ #1551 ]
17+ - Improve subscribe UX in ` auth0 event-streams ` [ #1534 ]
18+
19+ ### Fixed
20+ - Fix ` auth0 clients ` to fetch ` enabled_clients ` from the dedicated endpoint [ #1532 ]
21+ - Fix user login flow to skip refresh token support and avoid requesting ` offline_access ` [ #1536 ]
22+ - Fix head tag clearing in ` auth0 acul config set ` [ #1548 ]
23+ - Improve terraform plan failure error messaging [ #1549 ]
24+
1125# [ v1.31.0] ( https://github.com/auth0/auth0-cli/tree/v1.31.0 ) (May 22, 2026)
1226
1327[ Full Changelog] ( https://github.com/auth0/auth0-cli/compare/v1.30.0...v1.31.0 )
@@ -739,8 +753,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
739753- ` auth0 tenants add ` command in favor of ` auth0 login ` [ #546 ]
740754- Updating of action triggers which inevitably results in error [ #597 ]
741755
742-
743- [ unreleased ] : https://github.com/auth0/auth0-cli/compare/v1.31.0...HEAD
756+ [ unreleased ] : https://github.com/auth0/auth0-cli/compare/v1.32.0...HEAD
757+ [ #1551 ] : https://github.com/auth0/auth0-cli/pull/1551
758+ [ #1549 ] : https://github.com/auth0/auth0-cli/pull/1549
759+ [ #1548 ] : https://github.com/auth0/auth0-cli/pull/1548
760+ [ #1536 ] : https://github.com/auth0/auth0-cli/pull/1536
761+ [ #1534 ] : https://github.com/auth0/auth0-cli/pull/1534
762+ [ #1532 ] : https://github.com/auth0/auth0-cli/pull/1532
744763[ #1527 ] : https://github.com/auth0/auth0-cli/pull/1527
745764[ #1522 ] : https://github.com/auth0/auth0-cli/pull/1522
746765[ #1518 ] : https://github.com/auth0/auth0-cli/pull/1518
0 commit comments