Skip to content

Commit

Permalink
chore(master): release 4.0.1 (#61)
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] committed Jan 21, 2023
1 parent 3b0b2dd commit f01c25b
Show file tree
Hide file tree
Showing 2 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 @@ -5,6 +5,13 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](http://keepachangelog.com/) and this
project adheres to [Semantic Versioning](http://semver.org/).

## [4.0.1](https://github.com/terraform-google-modules/terraform-google-lb/compare/v4.0.0...v4.0.1) (2023-01-20)


### Bug Fixes

* fixes lint issues and generates metadata ([#59](https://github.com/terraform-google-modules/terraform-google-lb/issues/59)) ([6d55969](https://github.com/terraform-google-modules/terraform-google-lb/commit/6d55969ccae1b2cdecb9aba13dcf0b3a5f4ccefd))

## [4.0.0](https://github.com/terraform-google-modules/terraform-google-lb/compare/v3.1.0...v4.0.0) (2022-06-22)


Expand Down
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-lb/v4.0.0"
module_name = "blueprints/terraform/terraform-google-lb/v4.0.1"
}

provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-lb/v4.0.0"
module_name = "blueprints/terraform/terraform-google-lb/v4.0.1"
}
}

0 comments on commit f01c25b

Please sign in to comment.