Skip to content

Commit

Permalink
chore(master): release 4.1.0 (#125)
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 11, 2023
1 parent 8798307 commit 9a82c68
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,13 @@ 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.

## [4.1.0](https://github.com/terraform-google-modules/terraform-google-cloud-nat/compare/v4.0.0...v4.1.0) (2023-06-26)


### Features

* add support for max ports per vm ([#124](https://github.com/terraform-google-modules/terraform-google-cloud-nat/issues/124)) ([8798307](https://github.com/terraform-google-modules/terraform-google-cloud-nat/commit/87983071598c0bf0625efcd0fc4c6628dc803118))

## [4.0.0](https://github.com/terraform-google-modules/terraform-google-cloud-nat/compare/v3.0.0...v4.0.0) (2023-06-12)


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/v4.0.0"
module_name = "blueprints/terraform/terraform-google-cloud-nat/v4.1.0"
}

}

0 comments on commit 9a82c68

Please sign in to comment.