Skip to content

Commit

Permalink
Merge pull request #20 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 authored Oct 10, 2022
2 parents 44b29fe + d4006b7 commit 9a6e188
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 instructions on how to use memberships to the example in the README
Expand Down Expand Up @@ -72,7 +74,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-identity-group/compare/v0.0.6...HEAD
[unreleased]: https://github.com/mineiros-io/terraform-google-identity-group/compare/v0.1.0...HEAD
[0.1.0]: https://github3com/mineiros-io/terraform-google-identity-group/compare/v0.0.6...v0.1.0
[0.0.6]: https://github3com/mineiros-io/terraform-google-identity-group/compare/v0.0.5...v0.0.6
[0.0.5]: https://github3com/mineiros-io/terraform-google-identity-group/compare/v0.0.4...v0.0.5
[0.0.4]: https://github.com/mineiros-io/terraform-google-identity-group/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 @@ -48,7 +48,7 @@ Most common usage of the module:

```hcl
module "terraform-google-identity-group" {
source = "[email protected]:mineiros-io/terraform-google-identity-group.git?ref=v0.0.6"
source = "[email protected]:mineiros-io/terraform-google-identity-group.git?ref=v0.1.0"
group_key_id = "id-of-entity"
parent = "resource-name-of-entity"
Expand Down
2 changes: 1 addition & 1 deletion README.tfdoc.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ section {
```hcl
module "terraform-google-identity-group" {
source = "[email protected]:mineiros-io/terraform-google-identity-group.git?ref=v0.0.6"
source = "[email protected]:mineiros-io/terraform-google-identity-group.git?ref=v0.1.0"
group_key_id = "id-of-entity"
parent = "resource-name-of-entity"
Expand Down

0 comments on commit 9a6e188

Please sign in to comment.