From c672a3c6ab2a04f57c420e832307aeb26e44ba8b Mon Sep 17 00:00:00 2001 From: Ramya Anusri <62586490+ramya18101@users.noreply.github.com> Date: Tue, 21 Jan 2025 16:36:13 +0530 Subject: [PATCH] Add changelog for 1.8.0 (#1128) * Add changelog for 1.8.0 * Update changelog for 1.8.0 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a224a082..59bf3535 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +# [v.1.8.0](https://github.com/auth0/auth0-cli/tree/v1.7.1) (Jan 21, 2025)) + +[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.7.2...v1.8.0) + +### Added + +- Support `reset_email_by_code` email template [#1119] +- Add support for configuring `email provider` [#1120] +- Add `requiredScopes` related to emailProvider [#1129] + + # [v.1.7.2](https://github.com/auth0/auth0-cli/tree/v1.7.2) (Dec 19, 2024)) [Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.7.1...v1.7.2) @@ -362,6 +373,9 @@ 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.5.1...HEAD +[#1129]: https://github.com/auth0/auth0-cli/issues/1129 +[#1120]: https://github.com/auth0/auth0-cli/issues/1120 +[#1119]: https://github.com/auth0/auth0-cli/issues/1119 [#1115]: https://github.com/auth0/auth0-cli/issues/1115 [#1111]: https://github.com/auth0/auth0-cli/issues/1111 [#1109]: https://github.com/auth0/auth0-cli/issues/1109