From 7646242b292c208470ebd4c78360a695bbf56f1a Mon Sep 17 00:00:00 2001 From: Will Vedder Date: Fri, 29 Sep 2023 09:32:12 -0400 Subject: [PATCH] Updating changelog for 1.1.2 (#859) Co-authored-by: Will Vedder --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index d6bf4fb7..32e45ea6 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] +## [v1.1.2](https://github.com/auth0/auth0-cli/tree/v1.1.2) (Sept 29, 2023) + +[Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.1.1...v1.1.2) + +### Fixed + +- Disallowing of mismatched Auth0 domain in Terraform provider when using `auth0 tf generate` [#858] +- Check if an email provider is configured before exporting with `auth0 tf generate` [#857] +- Check if a resource server has associated scopes before exporting `auth0_resource_server_scopes` with `auth0 tf generate` [#856] + ## [v1.1.1](https://github.com/auth0/auth0-cli/tree/v1.1.1) (Sept 22, 2023) [Full Changelog](https://github.com/auth0/auth0-cli/compare/v1.1.0...v1.1.1) @@ -210,6 +220,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.0.0...HEAD +[#858]: https://github.com/auth0/auth0-cli/issues/858 +[#857]: https://github.com/auth0/auth0-cli/issues/857 +[#856]: https://github.com/auth0/auth0-cli/issues/856 [#850]: https://github.com/auth0/auth0-cli/issues/850 [#851]: https://github.com/auth0/auth0-cli/issues/851 [#854]: https://github.com/auth0/auth0-cli/issues/854