Skip to content

Commit

Permalink
chore(main): release 2.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Dec 7, 2023
1 parent 468c904 commit 64cedb8
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 @@ -8,6 +8,13 @@ and this project adheres to
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
This changelog is generated automatically based on [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).

## [2.0.1](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/compare/v2.0.0...v2.0.1) (2023-12-07)


### Bug Fixes

* add auto_deploy_config block ([#84](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/issues/84)) ([468c904](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/commit/468c9040c8dfdcae4c40d84c9a877f897843dd92))

## [2.0.0](https://github.com/GoogleCloudPlatform/terraform-google-cloud-armor/compare/v1.2.0...v2.0.0) (2023-10-26)


Expand Down
4 changes: 2 additions & 2 deletions versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -27,9 +27,9 @@ terraform {
}
}
provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-cloud-armor/v2.0.0"
module_name = "blueprints/terraform/terraform-google-cloud-armor/v2.0.1"
}
provider_meta "google-beta" {
module_name = "blueprints/terraform/terraform-google-cloud-armor/v2.0.0"
module_name = "blueprints/terraform/terraform-google-cloud-armor/v2.0.1"
}
}

0 comments on commit 64cedb8

Please sign in to comment.