Skip to content

Commit

Permalink
chore: release 3.1.0 (#52)
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 May 20, 2021
1 parent c31903d commit 12eb770
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Expand Up @@ -4,6 +4,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).

## [3.1.0](https://www.github.com/terraform-google-modules/terraform-google-lb-internal/compare/v3.0.0...v3.1.0) (2021-05-06)


### Features

* Add forwarding_rule id to output ([#51](https://www.github.com/terraform-google-modules/terraform-google-lb-internal/issues/51)) ([c31903d](https://www.github.com/terraform-google-modules/terraform-google-lb-internal/commit/c31903d281c4c62a6f37f73bb36a3d4a065eeb44))

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


Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Expand Up @@ -25,7 +25,7 @@ terraform {
}

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

}

0 comments on commit 12eb770

Please sign in to comment.