Skip to content

Commit

Permalink
Merge pull request #22 from mineiros-io/waxb/prepare-release-v0.3.0
Browse files Browse the repository at this point in the history
chore: prepare release v0.3.0
  • Loading branch information
waxb committed Oct 15, 2022
2 parents 31fab49 + 42690e8 commit d5298f4
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 5 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.3.0]

### Added

- Add computed members feature
Expand Down Expand Up @@ -58,7 +60,9 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

- Initial Implementation

[unreleased]: https://github.com/mineiros-io/terraform-google-project-iam/compare/v0.1.1...HEAD
[unreleased]: https://github.com/mineiros-io/terraform-google-project-iam/compare/v0.3.0...HEAD
[0.3.0]: https://github.com/mineiros-io/terraform-google-project-iam/compare/v0.2.0...v0.3.0
[0.2.0]: https://github.com/mineiros-io/terraform-google-project-iam/compare/v0.1.1...v0.2.0
[0.1.1]: https://github.com/mineiros-io/terraform-google-project-iam/compare/v0.1.0...v0.1.1
[0.1.0]: https://github.com/mineiros-io/terraform-google-project-iam/compare/v0.0.2...v0.1.0
[0.0.2]: https://github.com/mineiros-io/terraform-google-project-iam/compare/v0.0.1...v0.0.2
Expand Down
4 changes: 2 additions & 2 deletions 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 "iam" {
source = "github.com/mineiros-io/terraform-google-project-iam.git?ref=v0.2.0"
source = "github.com/mineiros-io/terraform-google-project-iam.git?ref=v0.3.0"
project = "your-project-id"
Expand All @@ -61,7 +61,7 @@ module "iam" {
}
module "audit" {
source = "github.com/mineiros-io/terraform-google-project-iam.git?ref=v0.2.0"
source = "github.com/mineiros-io/terraform-google-project-iam.git?ref=v0.3.0"
project = "your-project-id"
Expand Down
4 changes: 2 additions & 2 deletions README.tfdoc.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ section {
```hcl
module "iam" {
source = "github.com/mineiros-io/terraform-google-project-iam.git?ref=v0.2.0"
source = "github.com/mineiros-io/terraform-google-project-iam.git?ref=v0.3.0"
project = "your-project-id"
Expand All @@ -76,7 +76,7 @@ section {
}
module "audit" {
source = "github.com/mineiros-io/terraform-google-project-iam.git?ref=v0.2.0"
source = "github.com/mineiros-io/terraform-google-project-iam.git?ref=v0.3.0"
project = "your-project-id"
Expand Down

0 comments on commit d5298f4

Please sign in to comment.