Skip to content

Commit

Permalink
chore: release 0.1.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Jul 20, 2021
1 parent a3b8682 commit 7868dea
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.1](https://www.github.com/GoogleCloudPlatform/terraform-google-cloud-run/compare/v0.1.0...v0.1.1) (2021-07-20)


### Bug Fixes

* Updates to README and descriptions ([#19](https://www.github.com/GoogleCloudPlatform/terraform-google-cloud-run/issues/19)) ([a3b8682](https://www.github.com/GoogleCloudPlatform/terraform-google-cloud-run/commit/a3b8682e6fe107a52b284ce5dd7023e77fad6caa))

## 0.1.0 (2021-07-12)


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.0"
module_name = "blueprints/terraform/terraform-google-cloud-run/v0.1.1"
}

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

0 comments on commit 7868dea

Please sign in to comment.