@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ # [ v.1.12.0] ( https://github.com/auth0/auth0-cli/tree/v1.12.0 ) (Apr 28, 2025))
11+
12+ [ Full Changelog] ( https://github.com/auth0/auth0-cli/compare/v1.11.0...v1.12.0 )
13+
14+ ### Added
15+ - Support to manage tenant ACL using ` auth0 network-acl ` (EA Release) [ #1166 ]
16+ - Add support for new screens in Advanced Customization for Universal Login [ #1185 ]
17+ - Support authentication blocking for an user via ` auth0 users update <user-id> --blocked ` [ #1181 ]
18+ - Support additional scopes for connections [ #1184 ]
19+
20+ ### Changed
21+ - Updated ULP branding assets to support standard customization of Universal login for all the available prompts[ #1188 ]
22+
23+ ### Fixed
24+ - Fix validation to authorize audience only for M2M apps in test commands [ #1183 ]
25+
26+
1027# [ v.1.11.0] ( https://github.com/auth0/auth0-cli/tree/v1.11.0 ) (Apr 02, 2025))
1128
1229[ Full Changelog] ( https://github.com/auth0/auth0-cli/compare/v1.10.1...v1.11.0 )
@@ -455,7 +472,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
455472- Updating of action triggers which inevitably results in error [ #597 ]
456473
457474
458- [ unreleased ] : https://github.com/auth0/auth0-cli/compare/v1.11.0...HEAD
475+ [ unreleased ] : https://github.com/auth0/auth0-cli/compare/v1.12.0...HEAD
476+
477+ [ #1188 ] : https://github.com/auth0/auth0-cli/issues/1188
478+ [ #1185 ] : https://github.com/auth0/auth0-cli/issues/1185
479+ [ #1184 ] : https://github.com/auth0/auth0-cli/issues/1184
480+ [ #1183 ] : https://github.com/auth0/auth0-cli/issues/1183
481+ [ #1182 ] : https://github.com/auth0/auth0-cli/issues/1182
482+ [ #1181 ] : https://github.com/auth0/auth0-cli/issues/1181
483+ [ #1166 ] : https://github.com/auth0/auth0-cli/issues/1166
459484[ #1173 ] : https://github.com/auth0/auth0-cli/issues/1173
460485[ #1172 ] : https://github.com/auth0/auth0-cli/issues/1172
461486[ #1170 ] : https://github.com/auth0/auth0-cli/issues/1170
0 commit comments