Skip to content

Commit

Permalink
chore(master): release 4.0.0 (#47)
Browse files Browse the repository at this point in the history
Co-authored-by: Andrew Peabody <[email protected]>
  • Loading branch information
release-please[bot] and apeabody committed Jul 20, 2022
1 parent 08b00ea commit b837280
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 2 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,17 @@ 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.0](https://github.com/terraform-google-modules/terraform-google-lb/compare/v3.1.0...v4.0.0) (2022-06-22)


### ⚠ BREAKING CHANGES

* New requirement for the google-beta provider (#45)

### Features

* Adds support for labels ([#45](https://github.com/terraform-google-modules/terraform-google-lb/issues/45)) ([08b00ea](https://github.com/terraform-google-modules/terraform-google-lb/commit/08b00ea2c93d9427ea4b89ee9d4f392d4198e967))

## [3.1.0](https://github.com/terraform-google-modules/terraform-google-lb/compare/v3.0.0...v3.1.0) (2022-04-13)


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/v3.1.0"
module_name = "blueprints/terraform/terraform-google-lb/v4.0.0"
}

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

0 comments on commit b837280

Please sign in to comment.