@@ -7,7 +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.8.0] ( https://github.com/auth0/auth0-cli/tree/v1.7.1 ) (Jan 21, 2025))
10
+ # [ v.1.9.0] ( https://github.com/auth0/auth0-cli/tree/v1.9.0 ) (Feb 6, 2025))
11
+
12
+ [ Full Changelog] ( https://github.com/auth0/auth0-cli/compare/v1.8.0...v1.9.0 )
13
+
14
+ ### Added
15
+
16
+ - Add support for new screens in Advanced Customization for Universal Login [ #1132 ]
17
+ - Add support to set custom url parameters using ` --params ` in ` auth0 test ` [ #1130 ]
18
+ - Add support to set runtime using ` --runtime ` in ` auth0 actions ` [ #1131 ]
19
+ - Add support to manage Event Streams using ` auth0 events ` [ #1134 ]
20
+
21
+ ### Changed
22
+
23
+ - Updated ` auth0 ul customize ` branding assets to load custom text based on selected screens [ #1124 ]
24
+
25
+
26
+ # [ v.1.8.0] ( https://github.com/auth0/auth0-cli/tree/v1.8.0 ) (Jan 21, 2025))
11
27
12
28
[ Full Changelog] ( https://github.com/auth0/auth0-cli/compare/v1.7.2...v1.8.0 )
13
29
@@ -372,8 +388,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
372
388
- ` auth0 tenants add ` command in favor of ` auth0 login ` [ #546 ]
373
389
- Updating of action triggers which inevitably results in error [ #597 ]
374
390
375
- [ unreleased ] : https://github.com/auth0/auth0-cli/compare/v1.5.1...HEAD
391
+
392
+ [ unreleased ] : https://github.com/auth0/auth0-cli/compare/v1.9.0...HEAD
393
+ [ #1134 ] : https://github.com/auth0/auth0-cli/issues/1134
394
+ [ #1132 ] : https://github.com/auth0/auth0-cli/issues/1132
395
+ [ #1130 ] : https://github.com/auth0/auth0-cli/issues/1130
396
+ [ #1131 ] : https://github.com/auth0/auth0-cli/issues/1131
376
397
[ #1129 ] : https://github.com/auth0/auth0-cli/issues/1129
398
+ [ #1124 ] : https://github.com/auth0/auth0-cli/issues/1124
377
399
[ #1120 ] : https://github.com/auth0/auth0-cli/issues/1120
378
400
[ #1119 ] : https://github.com/auth0/auth0-cli/issues/1119
379
401
[ #1115 ] : https://github.com/auth0/auth0-cli/issues/1115
0 commit comments