Skip to content

Commit 7a6fcb4

Browse files
authored
chore: prepare release v0.2.1 (#34)
1 parent 8286003 commit 7a6fcb4

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
55

66
## [Unreleased]
77

8+
## [0.2.1]
9+
810
### Fixed
911

1012
- objsto_bucket_policy: when comparing policy documents, treat string value in `Action` field as equal to list containing that string as its only item, e.g. `"s3:PutObject"` vs. `["s3:PutObject"]`.
@@ -27,7 +29,8 @@ See updating [Changelog example here](https://keepachangelog.com/en/1.0.0/)
2729

2830
- Minimal implementation of bucket, bucket policy, bucket lifecycle configuration, and object resources.
2931

30-
[Unreleased]: https://github.com/UpCloudLtd/terraform-provider-upcloud/compare/v0.2.0...HEAD
32+
[Unreleased]: https://github.com/UpCloudLtd/terraform-provider-upcloud/compare/v0.2.1...HEAD
33+
[0.2.1]: https://github.com/UpCloudLtd/terraform-provider-upcloud/compare/v0.2.0...v0.2.1
3134
[0.2.0]: https://github.com/UpCloudLtd/terraform-provider-upcloud/compare/v0.1.1...v0.2.0
3235
[0.1.1]: https://github.com/UpCloudLtd/terraform-provider-upcloud/compare/v0.1.0...v0.1.1
3336
[0.1.0]: https://github.com/UpCloudLtd/terraform-provider-upcloud/releases/tag/v0.1.0

0 commit comments

Comments
 (0)