From 5ad8fa724ae1e800a920eae0920008b3562cff77 Mon Sep 17 00:00:00 2001 From: ramya18101 Date: Tue, 21 Jan 2025 14:27:33 +0530 Subject: [PATCH 1/2] Add changelog for 1.8.0 --- CHANGELOG.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index a224a082..d585f2c8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,16 @@ 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] + + # [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 +372,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.5.1...HEAD +[#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 From acb0e036de7f5fdfb60bc8ba7589b42c5ada2158 Mon Sep 17 00:00:00 2001 From: ramya18101 Date: Tue, 21 Jan 2025 15:46:18 +0530 Subject: [PATCH 2/2] Update changelog for 1.8.0 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d585f2c8..59bf3535 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - 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)) @@ -372,6 +373,7 @@ 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