Skip to content

Commit 1fe600a

Browse files
authored
Add changelog for v1.13.0 (#1215)
* Add changelog for v1.13.0 * update
1 parent 81dbb33 commit 1fe600a

File tree

1 file changed

+17
-1
lines changed

1 file changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 17 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

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+
1022
# [v.1.12.0](https://github.com/auth0/auth0-cli/tree/v1.12.0) (Apr 28, 2025))
1123

1224
[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
472484
- Updating of action triggers which inevitably results in error [#597]
473485

474486

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
476488

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
477492
[#1188]: https://github.com/auth0/auth0-cli/issues/1188
478493
[#1185]: https://github.com/auth0/auth0-cli/issues/1185
479494
[#1184]: https://github.com/auth0/auth0-cli/issues/1184
480495
[#1183]: https://github.com/auth0/auth0-cli/issues/1183
481496
[#1182]: https://github.com/auth0/auth0-cli/issues/1182
482497
[#1181]: https://github.com/auth0/auth0-cli/issues/1181
498+
[#1180]:https://github.com/auth0/auth0-cli/issues/1180
483499
[#1166]: https://github.com/auth0/auth0-cli/issues/1166
484500
[#1173]: https://github.com/auth0/auth0-cli/issues/1173
485501
[#1172]: https://github.com/auth0/auth0-cli/issues/1172

0 commit comments

Comments
 (0)