From 484d08c94c7e4a992ff86abf91433bf1415eb890 Mon Sep 17 00:00:00 2001 From: Rajat Bajaj Date: Tue, 16 Dec 2025 12:26:46 +0530 Subject: [PATCH] Add Changelog for v1.25.0 --- CHANGELOG.md | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 1a48e8bcf..181a4ba84 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,14 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +# [v.1.25.0](https://github.com/auth0/auth0-cli/tree/v1.25.0) (December 16, 2025) + +[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.24.0...v1.25.0) + +### Added +- Add support for managing Token Exchange Profiles via `auth0 token-exchange` (EA-Only) [#1406] + + # [v.1.24.0](https://github.com/auth0/auth0-cli/tree/v1.24.0) (December 09, 2025) [Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.23.0...v1.24.0) @@ -630,7 +638,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Updating of action triggers which inevitably results in error [#597] -[unreleased]: https://github.com/auth0/auth0-cli/compare/v1.24.0...HEAD +[unreleased]: https://github.com/auth0/auth0-cli/compare/v1.25.0...HEAD +[#1406]: https://github.com/auth0/auth0-cli/pull/1406 [#1398]: https://github.com/auth0/auth0-cli/pull/1398 [#1391]: https://github.com/auth0/auth0-cli/pull/1391 [#1388]: https://github.com/auth0/auth0-cli/pull/1388