Skip to content

Commit

Permalink
chore: release 3.0.0 (#33)
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 14, 2021
1 parent 5a3c282 commit bbce697
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 @@ -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/).

## [3.0.0](https://www.github.com/terraform-google-modules/terraform-google-lb/compare/v2.3.0...v3.0.0) (2021-04-01)


### ⚠ BREAKING CHANGES

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

### Features

* add Terraform 0.13 constraint and module attribution ([#32](https://www.github.com/terraform-google-modules/terraform-google-lb/issues/32)) ([5a3c282](https://www.github.com/terraform-google-modules/terraform-google-lb/commit/5a3c2821cb99e79247c270a812f78aaad3b8d773))

## [2.3.0](https://www.github.com/terraform-google-modules/terraform-google-lb/compare/v2.2.0...v2.3.0) (2020-04-07)


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

}

0 comments on commit bbce697

Please sign in to comment.