Skip to content

Commit 8be9a4e

Browse files
committed
bump up the version
1 parent 271204c commit 8be9a4e

File tree

1 file changed

+16
-1
lines changed

1 file changed

+16
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,20 @@
22
## [Unreleased]
33

44

5+
<a name="1.0.0"></a>
6+
## [1.0.0] - 2022-02-12
7+
### Feat
8+
- upgrade AWS provider to v4.0+ ([#57](https://github.com/nozaq/terraform-aws-remote-state-s3-backend/issues/57))
9+
10+
### Fix
11+
- set the minimum terraform version to 1.1.4 ([#56](https://github.com/nozaq/terraform-aws-remote-state-s3-backend/issues/56))
12+
13+
### BREAKING CHANGE
14+
15+
resources regarding S3 bucket configurations need manual
16+
imports after upgrade. See `docs/upgrade-1.0.md` for guidance.
17+
18+
519
<a name="0.8.1"></a>
620
## [0.8.1] - 2022-01-10
721

@@ -105,7 +119,8 @@
105119
<a name="0.0.1"></a>
106120
## 0.0.1 - 2019-07-14
107121

108-
[Unreleased]: https://github.com/nozaq/terraform-aws-remote-state-s3-backend/compare/0.8.1...HEAD
122+
[Unreleased]: https://github.com/nozaq/terraform-aws-remote-state-s3-backend/compare/1.0.0...HEAD
123+
[1.0.0]: https://github.com/nozaq/terraform-aws-remote-state-s3-backend/compare/0.8.1...1.0.0
109124
[0.8.1]: https://github.com/nozaq/terraform-aws-remote-state-s3-backend/compare/0.8.0...0.8.1
110125
[0.8.0]: https://github.com/nozaq/terraform-aws-remote-state-s3-backend/compare/0.7.0...0.8.0
111126
[0.7.0]: https://github.com/nozaq/terraform-aws-remote-state-s3-backend/compare/0.6.0...0.7.0

0 commit comments

Comments
 (0)