Skip to content

Commit

Permalink
chore(master): release 5.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored May 29, 2024
1 parent 3fb071c commit 0dc3fec
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 2 deletions.
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.

## [5.2.0](https://github.com/terraform-google-modules/terraform-google-cloud-nat/compare/v5.1.0...v5.2.0) (2024-05-29)


### Features

* add rules support ([#157](https://github.com/terraform-google-modules/terraform-google-cloud-nat/issues/157)) ([3fb071c](https://github.com/terraform-google-modules/terraform-google-cloud-nat/commit/3fb071c485e3e28eeea9a8ef18956e7c9e8db3ec))

## [5.1.0](https://github.com/terraform-google-modules/terraform-google-cloud-nat/compare/v5.0.0...v5.1.0) (2024-05-03)


Expand Down
2 changes: 1 addition & 1 deletion metadata.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ spec:
source:
repo: https://github.com/terraform-google-modules/terraform-google-cloud-nat
sourceType: git
version: 5.1.0
version: 5.2.0
actuationTool:
type: Terraform
version: '>= 0.13'
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/v5.1.0"
module_name = "blueprints/terraform/terraform-google-cloud-nat/v5.2.0"
}

}

0 comments on commit 0dc3fec

Please sign in to comment.