Skip to content

Commit

Permalink
chore: release 3.1.0 (#80)
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 Dec 7, 2021
1 parent 4e408a5 commit b2c9ed1
Show file tree
Hide file tree
Showing 3 changed files with 14 additions and 2 deletions.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,18 @@ The format is based on
and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [3.1.0](https://www.github.com/terraform-google-modules/terraform-google-pubsub/compare/v3.0.0...v3.1.0) (2021-11-22)


### Features

* update TPG version constraints to allow 4.0 ([#77](https://www.github.com/terraform-google-modules/terraform-google-pubsub/issues/77)) ([4e408a5](https://www.github.com/terraform-google-modules/terraform-google-pubsub/commit/4e408a597b9333b61e5d70005c2eb63bbdabfd3f))


### Bug Fixes

* update subscription_paths op to id which has an identical value ([#78](https://www.github.com/terraform-google-modules/terraform-google-pubsub/issues/78)) ([01413fb](https://www.github.com/terraform-google-modules/terraform-google-pubsub/commit/01413fb8e13a5503e8b73dab7c28bbb2ad850af9))

## [3.0.0](https://www.github.com/terraform-google-modules/terraform-google-pubsub/compare/v2.0.0...v3.0.0) (2021-09-02)


Expand Down
2 changes: 1 addition & 1 deletion modules/cloudiot/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-pubsub:cloudiot/v3.0.0"
module_name = "blueprints/terraform/terraform-google-pubsub:cloudiot/v3.1.0"
}

}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-pubsub/v3.0.0"
module_name = "blueprints/terraform/terraform-google-pubsub/v3.1.0"
}

}

0 comments on commit b2c9ed1

Please sign in to comment.