Skip to content

Commit

Permalink
chore: prepare release v0.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Sander Fearnley Hvas committed Nov 18, 2022
1 parent 441158e commit 52bf6af
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 variable `condition`
Expand Down Expand Up @@ -34,7 +36,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-artifact-registry-repository-iam/compare/v0.0.3...HEAD
[unreleased]: https://github.com/mineiros-io/terraform-google-artifact-registry-repository-iam/compare/v0.1.0...HEAD
[0.1.0]: https://github.com/mineiros-io/terraform-google-artifact-registry-repository-iam/compare/v0.0.3...v0.1.0
[0.0.3]: https://github.com/mineiros-io/terraform-google-artifact-registry-repository-iam/compare/v0.0.2...v0.0.3
[0.0.2]: https://github.com/mineiros-io/terraform-google-artifact-registry-repository-iam/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/mineiros-io/terraform-google-artifact-registry-repository-iam/releases/tag/v0.0.1
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 basic usage just setting required arguments:

```hcl
module "terraform-google-artifact-registry-repository-iam" {
source = "github.com/mineiros-io/terraform-google-artifact-registry-repository-iam?ref=v0.0.3"
source = "github.com/mineiros-io/terraform-google-artifact-registry-repository-iam?ref=v0.1.0"
repository = "my-repository"
location = "us-central1"
Expand Down
2 changes: 1 addition & 1 deletion README.tfdoc.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ section {
```hcl
module "terraform-google-artifact-registry-repository-iam" {
source = "github.com/mineiros-io/terraform-google-artifact-registry-repository-iam?ref=v0.0.3"
source = "github.com/mineiros-io/terraform-google-artifact-registry-repository-iam?ref=v0.1.0"
repository = "my-repository"
location = "us-central1"
Expand Down

0 comments on commit 52bf6af

Please sign in to comment.