Skip to content

Commit

Permalink
chore(master): release 2.3.1 (#94)
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 Jan 17, 2023
1 parent f582b1e commit de2c97b
Show file tree
Hide file tree
Showing 3 changed files with 10 additions and 3 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,13 @@
All notable changes to this project will be documented in this file. The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [2.3.1](https://github.com/terraform-google-modules/terraform-google-vpn/compare/v2.3.0...v2.3.1) (2022-12-29)


### Bug Fixes

* fixes lint issues and generates metadata ([#93](https://github.com/terraform-google-modules/terraform-google-vpn/issues/93)) ([0e3e19c](https://github.com/terraform-google-modules/terraform-google-vpn/commit/0e3e19c09971660a2905237bf58a294198a41a83))

## [2.3.0](https://github.com/terraform-google-modules/terraform-google-vpn/compare/v2.2.0...v2.3.0) (2022-06-11)


Expand Down
4 changes: 2 additions & 2 deletions modules/vpn_ha/versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,9 +32,9 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-vpn/v2.3.0"
module_name = "blueprints/terraform/terraform-google-vpn/v2.3.1"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-vpn/v2.3.0"
module_name = "blueprints/terraform/terraform-google-vpn/v2.3.1"
}
}
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-vpn/v2.3.0"
module_name = "blueprints/terraform/terraform-google-vpn/v2.3.1"
}
}

0 comments on commit de2c97b

Please sign in to comment.