Skip to content

Commit cc7237a

Browse files
authored
Merge pull request #18 from mineiros-io/waxb/prepare-release-v0.1.1
chore: prepare release v0.1.1
2 parents 587ca48 + ae4c6bd commit cc7237a

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
77

88
## [Unreleased]
99

10+
## [0.1.1]
11+
1012
### Added
1113

1214
- Add support for `condition`
@@ -40,7 +42,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
4042

4143
- Initial Implementation
4244

43-
[unreleased]: https://github.com/mineiros-io/terraform-google-storage-bucket-iam/compare/v0.1.0...HEAD
45+
[unreleased]: https://github.com/mineiros-io/terraform-google-storage-bucket-iam/compare/v0.1.1...HEAD
46+
[0.1.1]: https://github.com/mineiros-io/terraform-google-storage-bucket-iam/compare/v0.1.0...v0.1.1
4447
[0.1.0]: https://github.com/mineiros-io/terraform-google-storage-bucket-iam/compare/v0.0.3...v0.1.0
4548
[0.0.3]: https://github.com/mineiros-io/terraform-google-storage-bucket-iam/compare/v0.0.2...v0.0.3
4649
[0.0.2]: https://github.com/mineiros-io/terraform-google-storage-bucket-iam/compare/v0.0.1...v0.0.2

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ Most basic usage just setting required arguments:
5050

5151
```hcl
5252
module "terraform-google-storage-bucket-iam" {
53-
source = "github.com/mineiros-io/terraform-google-storage-bucket-iam?ref=v0.1.0"
53+
source = "github.com/mineiros-io/terraform-google-storage-bucket-iam?ref=v0.1.1"
5454
5555
bucket = "my-bucket"
5656
role = "roles/storage.admin"

README.tfdoc.hcl

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ section {
6565
6666
```hcl
6767
module "terraform-google-storage-bucket-iam" {
68-
source = "github.com/mineiros-io/terraform-google-storage-bucket-iam?ref=v0.1.0"
68+
source = "github.com/mineiros-io/terraform-google-storage-bucket-iam?ref=v0.1.1"
6969
7070
bucket = "my-bucket"
7171
role = "roles/storage.admin"

0 commit comments

Comments
 (0)