Skip to content

Commit

Permalink
chore(master): release 4.0.0 (#95)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Peabody <[email protected]>
  • Loading branch information
release-please[bot] and apeabody authored Jul 26, 2022
1 parent 397c013 commit 04ba61e
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).

## [4.0.0](https://github.com/terraform-google-modules/terraform-google-pubsub/compare/v3.2.0...v4.0.0) (2022-07-26)


### ⚠ BREAKING CHANGES

* Increased minimum Google Provider version to 4.17 (#94)

### Features

* Add the ability to set the message_retention_duration on a PubSub topic ([#93](https://github.com/terraform-google-modules/terraform-google-pubsub/issues/93)) ([56ce3fc](https://github.com/terraform-google-modules/terraform-google-pubsub/commit/56ce3fc0354c8194fb699c52a01abaa2784da202))
* Add_enable_exactly_once_delivery_on_a_PubSub_subscription ([#94](https://github.com/terraform-google-modules/terraform-google-pubsub/issues/94)) ([9b6b913](https://github.com/terraform-google-modules/terraform-google-pubsub/commit/9b6b91383097df226951c48c0e0b3df86795a842))

## [3.2.0](https://github.com/terraform-google-modules/terraform-google-pubsub/compare/v3.1.0...v3.2.0) (2022-02-09)


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.2.0"
module_name = "blueprints/terraform/terraform-google-pubsub:cloudiot/v4.0.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.2.0"
module_name = "blueprints/terraform/terraform-google-pubsub/v4.0.0"
}

}

0 comments on commit 04ba61e

Please sign in to comment.