Skip to content

Commit

Permalink
chore: prepare release 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
waxb committed Nov 5, 2022
1 parent b0faa4a commit bfc6dae
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.2.0]

### Added

- Add optional variable `enable_ula_internal_ipv6`
Expand Down Expand Up @@ -42,7 +44,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0

<!-- markdown-link-check-disable -->

[unreleased]: https://github.com/mineiros-io/terraform-google-network-vpc/compare/v0.1.0...HEAD
[unreleased]: https://github.com/mineiros-io/terraform-google-network-vpc/compare/v0.2.0...HEAD
[0.2.0]: https://github.com/mineiros-io/terraform-google-network-vpc/compare/v0.1.0...v0.2.0
[0.1.0]: https://github.com/mineiros-io/terraform-google-network-vpc/compare/v0.0.2...v0.1.0
[0.0.2]: https://github.com/mineiros-io/terraform-google-network-vpc/compare/v0.0.1...v0.0.2
[0.0.1]: https://github.com/mineiros-io/terraform-google-network-vpc/releases/tag/v0.0.1
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ Most basic usage just setting required arguments:

```hcl
module "terraform-google-network-vpc" {
source = "github.com/mineiros-io/terraform-google-network-vpc.git?ref=v0.1.0"
source = "github.com/mineiros-io/terraform-google-network-vpc.git?ref=v0.2.0"
project = "example-project-id"
}
Expand Down
2 changes: 1 addition & 1 deletion README.tfdoc.hcl
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ section {
```hcl
module "terraform-google-network-vpc" {
source = "github.com/mineiros-io/terraform-google-network-vpc.git?ref=v0.1.0"
source = "github.com/mineiros-io/terraform-google-network-vpc.git?ref=v0.2.0"
project = "example-project-id"
}
Expand Down

0 comments on commit bfc6dae

Please sign in to comment.