Skip to content

Commit 489abd0

Browse files
authored
Changelog v1.15.0 (#1262)
* Add changelog for v1.15.0 * remove duplicate un-necessary changes * Update changelog * Update changelog
1 parent c624959 commit 489abd0

File tree

1 file changed

+28
-11
lines changed

1 file changed

+28
-11
lines changed

CHANGELOG.md

Lines changed: 28 additions & 11 deletions
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.15.0](https://github.com/auth0/auth0-cli/tree/v1.15.0) (June 30, 2025))
11+
12+
[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.14.1...v1.15.0)
13+
14+
### Added
15+
- Support for generating test tokens using a custom domain via `auth0 test token -d domain.auth0.com` [#1237]
16+
- Added logic to handle analytics based on the type of login method [#1245]
17+
- Support for private key JWT authentication [#1254]
18+
- Support for new screens in Advanced Customization for Universal Login [#1258]
19+
- Support for new schema fields in Advanced Customization for Universal Login [#1260]
20+
21+
1022
# [v.1.14.1](https://github.com/auth0/auth0-cli/tree/v1.14.1) (May 27, 2025))
1123

1224
[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.14.0...v1.14.1)
@@ -506,17 +518,22 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
506518
- Updating of action triggers which inevitably results in error [#597]
507519

508520

509-
[unreleased]: https://github.com/auth0/auth0-cli/compare/v1.14.1...HEAD
510-
511-
[#1231]:https://github.com/auth0/auth0-cli/issues/1231
512-
[#1228]:https://github.com/auth0/auth0-cli/issues/1228
513-
[#1225]:https://github.com/auth0/auth0-cli/issues/1225
514-
[#1218]:https://github.com/auth0/auth0-cli/issues/1218
515-
[#1209]:https://github.com/auth0/auth0-cli/issues/1209
516-
[#1203]:https://github.com/auth0/auth0-cli/issues/1203
517-
[#1197]:https://github.com/auth0/auth0-cli/issues/1197
518-
[#1195]:https://github.com/auth0/auth0-cli/issues/1195
519-
[#1192]:https://github.com/auth0/auth0-cli/issues/1192
521+
[unreleased]: https://github.com/auth0/auth0-cli/compare/v1.15.0...HEAD
522+
523+
[#1260]: https://github.com/auth0/auth0-cli/issues/1260
524+
[#1258]: https://github.com/auth0/auth0-cli/issues/1258
525+
[#1254]: https://github.com/auth0/auth0-cli/issues/1254
526+
[#1245]: https://github.com/auth0/auth0-cli/issues/1245
527+
[#1237]: https://github.com/auth0/auth0-cli/issues/1237
528+
[#1231]: https://github.com/auth0/auth0-cli/issues/1231
529+
[#1228]: https://github.com/auth0/auth0-cli/issues/1228
530+
[#1225]: https://github.com/auth0/auth0-cli/issues/1225
531+
[#1218]: https://github.com/auth0/auth0-cli/issues/1218
532+
[#1209]: https://github.com/auth0/auth0-cli/issues/1209
533+
[#1203]: https://github.com/auth0/auth0-cli/issues/1203
534+
[#1197]: https://github.com/auth0/auth0-cli/issues/1197
535+
[#1195]: https://github.com/auth0/auth0-cli/issues/1195
536+
[#1192]: https://github.com/auth0/auth0-cli/issues/1192
520537
[#1188]: https://github.com/auth0/auth0-cli/issues/1188
521538
[#1185]: https://github.com/auth0/auth0-cli/issues/1185
522539
[#1184]: https://github.com/auth0/auth0-cli/issues/1184

0 commit comments

Comments
 (0)