Skip to content

Commit

Permalink
chore(master): release 3.0.0 (#109)
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>
Co-authored-by: Bharath KKB <[email protected]>
  • Loading branch information
release-please[bot] and bharathkkb authored Apr 24, 2023
1 parent dc8b440 commit 6237849
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,19 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
project adheres to [Semantic Versioning](http://semver.org/).
Releases are automated via [Conventional Commit](https://www.conventionalcommits.org/) messages.

## [3.0.0](https://github.com/terraform-google-modules/terraform-google-cloud-nat/compare/v2.2.2...v3.0.0) (2023-04-05)


### ⚠ BREAKING CHANGES

* Increased minimum Google Provider version to 4.51 ([#108](https://github.com/terraform-google-modules/terraform-google-cloud-nat/issues/108))

* **TPG >= 4.51:** Support tcp_time_wait_timeout_sec ([#108](https://github.com/terraform-google-modules/terraform-google-cloud-nat/issues/108))

### Features

* **TPG >= 4.51:** Support tcp_time_wait_timeout_sec ([#108](https://github.com/terraform-google-modules/terraform-google-cloud-nat/issues/108)) ([20cf14b](https://github.com/terraform-google-modules/terraform-google-cloud-nat/commit/20cf14bc4466cde142229be3173faa65dbcb81a5))

## [2.2.2](https://github.com/terraform-google-modules/terraform-google-cloud-nat/compare/v2.2.1...v2.2.2) (2023-01-20)


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

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-cloud-nat/v2.2.2"
module_name = "blueprints/terraform/terraform-google-cloud-nat/v3.0.0"
}

}

0 comments on commit 6237849

Please sign in to comment.