From 4b2f4eec60af00f9b272617780c92be45b755e69 Mon Sep 17 00:00:00 2001 From: Wojciech Inglot Date: Thu, 30 Dec 2021 11:20:09 +0100 Subject: [PATCH] Release v0.5.1 --- CHANGELOG.md | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 140b6db..2c609e7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,18 @@ # Changelog +## [v0.5.1](https://github.com/brainly/terraform-provider-redshift/tree/v0.5.1) (2021-12-30) + +[Full Changelog](https://github.com/brainly/terraform-provider-redshift/compare/v0.5.0...v0.5.1) + +**Implemented enhancements:** + +- redshift does not allow create superuser without password [\#37](https://github.com/brainly/terraform-provider-redshift/issues/37) + +**Merged pull requests:** + +- Deprecate redshift\_privilege resource [\#40](https://github.com/brainly/terraform-provider-redshift/pull/40) ([winglot](https://github.com/winglot)) +- Require password for superuser at plan phase [\#39](https://github.com/brainly/terraform-provider-redshift/pull/39) ([winglot](https://github.com/winglot)) + ## [v0.5.0](https://github.com/brainly/terraform-provider-redshift/tree/v0.5.0) (2021-12-10) [Full Changelog](https://github.com/brainly/terraform-provider-redshift/compare/v0.4.3...v0.5.0)