From be18be85166df763865447ceaa5e76a245428d3b Mon Sep 17 00:00:00 2001 From: Rajat Bajaj Date: Thu, 31 Oct 2024 15:37:35 +0530 Subject: [PATCH] Add changelog for v1.6.1 (#1100) * Add changelog for v1.6.1 * minor * minor --- CHANGELOG.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d171dae1..4891b6a1 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) (Oct 31, 2024) + +[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 + +- Removed 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