From 51cfedaaa9ab0506aea6e0e176fabf3b2305229e Mon Sep 17 00:00:00 2001 From: Rajat Bajaj Date: Thu, 31 Oct 2024 15:21:18 +0530 Subject: [PATCH 1/3] Add changelog for v1.6.1 --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d171dae1..6145005a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,18 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +# [v1.6.1](https://github.com/auth0/auth0-cli/tree/v1.6.1) + +[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.6.0...v1.6.1) + +### Added + +- Added new flag (`tf-version`) to pass terraform version during `auth0 tf generate` command [#1098] + +### Removed + +- Remove iga-* triggers from triggerActionsResourceFetcher [#1099] + # [v1.6.0](https://github.com/auth0/auth0-cli/tree/v1.6.0) (Oct 17, 2024) [Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.5.1...v1.6.0) @@ -315,6 +327,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 +[#1099]: https://github.com/auth0/auth0-cli/issues/1099 +[#1098]: https://github.com/auth0/auth0-cli/issues/1098 [#1091]: https://github.com/auth0/auth0-cli/issues/1091 [#1084]: https://github.com/auth0/auth0-cli/issues/1084 [#1083]: https://github.com/auth0/auth0-cli/issues/1083 From f24208e3ad67f98a9cc9510ff966ee43dc61ee71 Mon Sep 17 00:00:00 2001 From: Rajat Bajaj Date: Thu, 31 Oct 2024 15:23:04 +0530 Subject: [PATCH 2/3] minor --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6145005a..10289bb3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,7 +7,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] -# [v1.6.1](https://github.com/auth0/auth0-cli/tree/v1.6.1) +# [v1.6.1](https://github.com/auth0/auth0-cli/tree/v1.6.1) (Oct 31, 2024) [Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.6.0...v1.6.1) @@ -15,7 +15,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added new flag (`tf-version`) to pass terraform version during `auth0 tf generate` command [#1098] -### Removed +### Remove - Remove iga-* triggers from triggerActionsResourceFetcher [#1099] From ab2a4861c69a0fa89799b61b7a65e2bffc482226 Mon Sep 17 00:00:00 2001 From: Rajat Bajaj Date: Thu, 31 Oct 2024 15:24:42 +0530 Subject: [PATCH 3/3] minor --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 10289bb3..4891b6a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,9 +15,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 - Added new flag (`tf-version`) to pass terraform version during `auth0 tf generate` command [#1098] -### Remove +### Removed -- Remove iga-* triggers from triggerActionsResourceFetcher [#1099] +- Removed iga-* triggers from triggerActionsResourceFetcher [#1099] # [v1.6.0](https://github.com/auth0/auth0-cli/tree/v1.6.0) (Oct 17, 2024)