From 8be9a4ed15db19d4702ae5c1db8843ace4ebf6dc Mon Sep 17 00:00:00 2001 From: nozaq Date: Sat, 12 Feb 2022 16:54:29 +0900 Subject: [PATCH] bump up the version --- CHANGELOG.md | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a1dd633..ca50910 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,20 @@ ## [Unreleased] + +## [1.0.0] - 2022-02-12 +### Feat +- upgrade AWS provider to v4.0+ ([#57](https://github.com/nozaq/terraform-aws-remote-state-s3-backend/issues/57)) + +### Fix +- set the minimum terraform version to 1.1.4 ([#56](https://github.com/nozaq/terraform-aws-remote-state-s3-backend/issues/56)) + +### BREAKING CHANGE + +resources regarding S3 bucket configurations need manual +imports after upgrade. See `docs/upgrade-1.0.md` for guidance. + + ## [0.8.1] - 2022-01-10 @@ -105,7 +119,8 @@ ## 0.0.1 - 2019-07-14 -[Unreleased]: https://github.com/nozaq/terraform-aws-remote-state-s3-backend/compare/0.8.1...HEAD +[Unreleased]: https://github.com/nozaq/terraform-aws-remote-state-s3-backend/compare/1.0.0...HEAD +[1.0.0]: https://github.com/nozaq/terraform-aws-remote-state-s3-backend/compare/0.8.1...1.0.0 [0.8.1]: https://github.com/nozaq/terraform-aws-remote-state-s3-backend/compare/0.8.0...0.8.1 [0.8.0]: https://github.com/nozaq/terraform-aws-remote-state-s3-backend/compare/0.7.0...0.8.0 [0.7.0]: https://github.com/nozaq/terraform-aws-remote-state-s3-backend/compare/0.6.0...0.7.0