Skip to content

Commit

Permalink
chore: release 0.1.0 (GoogleCloudPlatform#18)
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 Jul 13, 2021
1 parent dbd8157 commit e49fa9f
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.1.0 (2021-07-12)


### Miscellaneous Chores

* release 0.1.0 ([ca3c954](https://www.github.com/GoogleCloudPlatform/terraform-google-cloud-run/commit/ca3c95477e4ab97c94ac4495a913bfe3f1df70d2))

## [0.0.1](https://github.com/GoogleCloudPlatform/terraform-google-cloud-run/tree/v0.0.1) (2021-06-27)

### Features
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.0.1"
module_name = "blueprints/terraform/terraform-google-cloud-run/v0.1.0"
}

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

0 comments on commit e49fa9f

Please sign in to comment.