@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
7
7
8
8
## [ Unreleased]
9
9
10
+ # [ v.1.13.0] ( https://github.com/auth0/auth0-cli/tree/v1.13.0 ) (May 7, 2025))
11
+
12
+ [ Full Changelog] ( https://github.com/auth0/auth0-cli/compare/v1.12.0...v1.13.0 )
13
+
14
+ ### Added
15
+ - New flag for improved visualization of logs using ` auth0 logs ls -p ` [ #1195 ]
16
+ - Support to manage session-transfer for applications using ` auth0 apps session-transfer ` [ #1180 ]
17
+ - Support to set ` refresh-token ` for a client and configure Multi Resource Refresh Token [ #1192 ]
18
+
19
+ ### Fixed
20
+ - Handle 403 forbidden during ` auth0 tf generate ` for non feature-flag enabled tenants [ #1197 ]
21
+
10
22
# [ v.1.12.0] ( https://github.com/auth0/auth0-cli/tree/v1.12.0 ) (Apr 28, 2025))
11
23
12
24
[ Full Changelog] ( https://github.com/auth0/auth0-cli/compare/v1.11.0...v1.12.0 )
@@ -472,14 +484,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
472
484
- Updating of action triggers which inevitably results in error [ #597 ]
473
485
474
486
475
- [ unreleased ] : https://github.com/auth0/auth0-cli/compare/v1.12 .0...HEAD
487
+ [ unreleased ] : https://github.com/auth0/auth0-cli/compare/v1.13 .0...HEAD
476
488
489
+ [ #1197 ] :https://github.com/auth0/auth0-cli/issues/1197
490
+ [ #1195 ] :https://github.com/auth0/auth0-cli/issues/1195
491
+ [ #1192 ] :https://github.com/auth0/auth0-cli/issues/1192
477
492
[ #1188 ] : https://github.com/auth0/auth0-cli/issues/1188
478
493
[ #1185 ] : https://github.com/auth0/auth0-cli/issues/1185
479
494
[ #1184 ] : https://github.com/auth0/auth0-cli/issues/1184
480
495
[ #1183 ] : https://github.com/auth0/auth0-cli/issues/1183
481
496
[ #1182 ] : https://github.com/auth0/auth0-cli/issues/1182
482
497
[ #1181 ] : https://github.com/auth0/auth0-cli/issues/1181
498
+ [ #1180 ] :https://github.com/auth0/auth0-cli/issues/1180
483
499
[ #1166 ] : https://github.com/auth0/auth0-cli/issues/1166
484
500
[ #1173 ] : https://github.com/auth0/auth0-cli/issues/1173
485
501
[ #1172 ] : https://github.com/auth0/auth0-cli/issues/1172
0 commit comments