From 6470de760d9ebb208bb6606032b33bb8b3fd7910 Mon Sep 17 00:00:00 2001 From: Edgar Mocharnyk Date: Fri, 11 Aug 2023 17:42:30 +0300 Subject: [PATCH] updated CHANGELOG.md --- CHANGELOG.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b42126c5..b6489fc7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,11 +7,17 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## [1.4.0] - 2023-08-11 + ### Changed -- `scalr_provider_configuration`: added new `azurerm.auth_type` and `azurerm.audience` attributes; `azurerm.client_secret` attribute became optional ([#265](https://github.com/Scalr/terraform-provider-scalr/pull/265)) +- `scalr_provider_configuration`: + - added new `azurerm.auth_type` and `azurerm.audience` attributes; + - `azurerm.client_secret` attribute became optional ([#265](https://github.com/Scalr/terraform-provider-scalr/pull/265)) - `scalr_provider_configuration`: Updated documentation to fix a typo for the audience attribute for the `aws` provider. +- scalr-server >= `8.79.0` + ## [1.3.0] - 2023-07-21 ### Changed @@ -718,7 +724,8 @@ Requires Scalr 8.0.1-beta.20200625 at least - Initial release. -[Unreleased]: https://github.com/Scalr/terraform-provider-scalr/compare/v1.3.0...HEAD +[Unreleased]: https://github.com/Scalr/terraform-provider-scalr/compare/v1.4.0...HEAD +[1.4.0]: https://github.com/Scalr/terraform-provider-scalr/releases/tag/v1.4.0 [1.3.0]: https://github.com/Scalr/terraform-provider-scalr/releases/tag/v1.3.0 [1.2.0]: https://github.com/Scalr/terraform-provider-scalr/releases/tag/v1.2.0 [1.1.0]: https://github.com/Scalr/terraform-provider-scalr/releases/tag/v1.1.0