Skip to content

Commit

Permalink
Merge pull request #25 from mineiros-io/waxb/prepare-release-v0.1.0
Browse files Browse the repository at this point in the history
chore: prepare release v0.1.0
  • Loading branch information
waxb committed Nov 14, 2022
2 parents 049ffb1 + 7527f19 commit 3d6246f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

## [Unreleased]

## [0.1.0]

### Added

- Add support for variable `computed_members_map`
Expand Down Expand Up @@ -63,7 +65,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial Implementation

[unreleased]: https://github.com/mineiros-io/terraform-google-storage-bucket/compare/v0.0.6...HEAD
[unreleased]: https://github.com/mineiros-io/terraform-google-storage-bucket/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/mineiros-io/terraform-google-storage-bucket/compare/v0.0.6...v0.1.0
[0.0.6]: https://github.com/mineiros-io/terraform-google-storage-bucket/compare/v0.0.5...v0.0.6
[0.0.5]: https://github.com/mineiros-io/terraform-google-storage-bucket/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/mineiros-io/terraform-google-storage-bucket/compare/v0.0.3...v0.0.4
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ Most basic usage just setting required arguments:

```hcl
module "terraform-google-storage-bucket" {
source = "github.com/mineiros-io/terraform-google-storage-bucket?ref=v0.0.6"
source = "github.com/mineiros-io/terraform-google-storage-bucket?ref=v0.1.0"
name = "my-bucket"
}
Expand Down
2 changes: 1 addition & 1 deletion README.tfdoc.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ section {
```hcl
module "terraform-google-storage-bucket" {
source = "github.com/mineiros-io/terraform-google-storage-bucket?ref=v0.0.6"
source = "github.com/mineiros-io/terraform-google-storage-bucket?ref=v0.1.0"
name = "my-bucket"
}
Expand Down

0 comments on commit 3d6246f

Please sign in to comment.