Skip to content

Commit

Permalink
chore(main): release 0.2.0 (GoogleCloudPlatform#26)
Browse files Browse the repository at this point in the history
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
  • Loading branch information
release-please[bot] authored Feb 10, 2022
1 parent f0a6992 commit b0a5933
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,13 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [0.2.0](https://github.com/GoogleCloudPlatform/terraform-google-cloud-run/compare/v0.1.1...v0.2.0) (2022-02-04)


### Features

* update TPG version constraints to allow 4.0 ([#25](https://github.com/GoogleCloudPlatform/terraform-google-cloud-run/issues/25)) ([f0a6992](https://github.com/GoogleCloudPlatform/terraform-google-cloud-run/commit/f0a69929ca35b12662d05cafc7f5d72a269be353))

### [0.1.1](https://www.github.com/GoogleCloudPlatform/terraform-google-cloud-run/compare/v0.1.0...v0.1.1) (2021-07-21)


Expand Down
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-cloud-run/v0.1.1"
module_name = "blueprints/terraform/terraform-google-cloud-run/v0.2.0"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-cloud-run/v0.1.1"
module_name = "blueprints/terraform/terraform-google-cloud-run/v0.2.0"
}
}

0 comments on commit b0a5933

Please sign in to comment.