@@ -7,6 +7,23 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
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
+
10
27
# [ v.1.11.0] ( https://github.com/auth0/auth0-cli/tree/v1.11.0 ) (Apr 02, 2025))
11
28
12
29
[ 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
455
472
- Updating of action triggers which inevitably results in error [ #597 ]
456
473
457
474
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
459
484
[ #1173 ] : https://github.com/auth0/auth0-cli/issues/1173
460
485
[ #1172 ] : https://github.com/auth0/auth0-cli/issues/1172
461
486
[ #1170 ] : https://github.com/auth0/auth0-cli/issues/1170
0 commit comments