From d19ecc1121c7f3eac56b7943de9ddbd2bae6f35d Mon Sep 17 00:00:00 2001 From: Rafal Gut Date: Tue, 15 Nov 2022 12:49:58 +0100 Subject: [PATCH] Release v1.0.3 --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5207937..f0d5061 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,22 @@ # Changelog +## [v1.0.3](https://github.com/brainly/terraform-provider-redshift/tree/v1.0.3) (2022-11-15) + +[Full Changelog](https://github.com/brainly/terraform-provider-redshift/compare/v1.0.2...v1.0.3) + +**Fixed bugs:** + +- Non-idempotent reapplying grants for entities with ascii chars 33-126 in their names [\#94](https://github.com/brainly/terraform-provider-redshift/issues/94) + +**Closed issues:** + +- Error when remove user from group [\#83](https://github.com/brainly/terraform-provider-redshift/issues/83) + +**Merged pull requests:** + +- Fix - preventing from non-idempotent reapplying grants for entities with ascii chars 33-126 in their names [\#93](https://github.com/brainly/terraform-provider-redshift/pull/93) ([rg00d](https://github.com/rg00d)) +- Improve docs for redshift\_datashare\_privilege resource [\#77](https://github.com/brainly/terraform-provider-redshift/pull/77) ([szemek](https://github.com/szemek)) + ## [v1.0.2](https://github.com/brainly/terraform-provider-redshift/tree/v1.0.2) (2022-09-02) [Full Changelog](https://github.com/brainly/terraform-provider-redshift/compare/v1.0.1...v1.0.2)