Skip to content

Commit

Permalink
chore(master): release 4.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 11, 2023
1 parent 0cf1d69 commit ed502e2
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,17 @@ 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.0.0](https://github.com/terraform-google-modules/terraform-google-cloud-nat/compare/v3.0.0...v4.0.0) (2023-05-11)


### ⚠ BREAKING CHANGES

* **removes nat_ip_allocate_option:** add dynamic port mapping ([#73](https://github.com/terraform-google-modules/terraform-google-cloud-nat/issues/73))

### Features

* **removes nat_ip_allocate_option:** add dynamic port mapping ([#73](https://github.com/terraform-google-modules/terraform-google-cloud-nat/issues/73)) ([0cf1d69](https://github.com/terraform-google-modules/terraform-google-cloud-nat/commit/0cf1d697e55153f46e58bd2cd9e518d9ad55ae36))

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


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

}

0 comments on commit ed502e2

Please sign in to comment.