Skip to content

Commit

Permalink
chore: release 2.0.0 (#50)
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 Apr 8, 2021
1 parent c4fd7b4 commit e5d05ed
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.

## [2.0.0](https://www.github.com/terraform-google-modules/terraform-google-cloud-nat/compare/v1.4.0...v2.0.0) (2021-03-24)


### ⚠ BREAKING CHANGES

* add Terraform 0.13 constraint and module attribution (#48)

### Features

* add Terraform 0.13 constraint and module attribution ([#48](https://www.github.com/terraform-google-modules/terraform-google-cloud-nat/issues/48)) ([c4fd7b4](https://www.github.com/terraform-google-modules/terraform-google-cloud-nat/commit/c4fd7b4c8ac5777675d2880dac4169367de5d61f))

## [1.4.0](https://www.github.com/terraform-google-modules/terraform-google-cloud-nat/compare/v1.3.0...v1.4.0) (2021-02-17)


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

}

0 comments on commit e5d05ed

Please sign in to comment.