Skip to content

Commit

Permalink
chore(master): release 2.2.1 (#71)
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 Jun 23, 2022
1 parent 2cfe6d3 commit 207cca9
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.

### [2.2.1](https://github.com/terraform-google-modules/terraform-google-cloud-nat/compare/v2.2.0...v2.2.1) (2022-05-24)


### Bug Fixes

* add variable type in variables.tf ([#70](https://github.com/terraform-google-modules/terraform-google-cloud-nat/issues/70)) ([2cfe6d3](https://github.com/terraform-google-modules/terraform-google-cloud-nat/commit/2cfe6d326f19deaa901d97f225d608bc359d77d4))

## [2.2.0](https://github.com/terraform-google-modules/terraform-google-cloud-nat/compare/v2.1.0...v2.2.0) (2022-04-13)


Expand Down
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-cloud-nat/v2.2.0"
module_name = "blueprints/terraform/terraform-google-cloud-nat/v2.2.1"
}

}

0 comments on commit 207cca9

Please sign in to comment.