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