@@ -7,6 +7,20 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77
88## [ Unreleased]
99
10+ # [ v.1.14.0] ( https://github.com/auth0/auth0-cli/tree/v1.14.0 ) (May 22, 2025))
11+
12+ [ Full Changelog] ( https://github.com/auth0/auth0-cli/compare/v1.13.0...v1.14.0 )
13+
14+ ### Added
15+ - New command to manage tenant flags via ` auth0 tenant-settings show/update ` [ #1203 ]
16+ - Support for new screens in Advanced Customization for Universal Login [ #1225 ]
17+ - Subcommand ` search-by-email ` on ` auth0 users ` along with --picker flag [ #1209 ]
18+
19+ ### Fixed
20+ - Respect --screen flag for ` auth0 ul customize ` [ #1228 ]
21+ - Replace package ` mholt/archiver ` with custom implementation of unzip [ #1218 ]
22+
23+
1024# [ v.1.13.0] ( https://github.com/auth0/auth0-cli/tree/v1.13.0 ) (May 7, 2025))
1125
1226[ Full Changelog] ( https://github.com/auth0/auth0-cli/compare/v1.12.0...v1.13.0 )
@@ -484,8 +498,13 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
484498- Updating of action triggers which inevitably results in error [ #597 ]
485499
486500
487- [ unreleased ] : https://github.com/auth0/auth0-cli/compare/v1.13 .0...HEAD
501+ [ unreleased ] : https://github.com/auth0/auth0-cli/compare/v1.14 .0...HEAD
488502
503+ [ #1228 ] :https://github.com/auth0/auth0-cli/issues/1228
504+ [ #1225 ] :https://github.com/auth0/auth0-cli/issues/1225
505+ [ #1218 ] :https://github.com/auth0/auth0-cli/issues/1218
506+ [ #1209 ] :https://github.com/auth0/auth0-cli/issues/1209
507+ [ #1203 ] :https://github.com/auth0/auth0-cli/issues/1203
489508[ #1197 ] :https://github.com/auth0/auth0-cli/issues/1197
490509[ #1195 ] :https://github.com/auth0/auth0-cli/issues/1195
491510[ #1192 ] :https://github.com/auth0/auth0-cli/issues/1192
0 commit comments