Skip to content

Commit

Permalink
chore(main): release 0.2.2 (#17)
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 Dec 11, 2023
1 parent 3f39bba commit 148446e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
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/).

## [0.2.2](https://github.com/GoogleCloudPlatform/terraform-google-out-of-band-security/compare/v0.2.1...v0.2.2) (2023-12-11)


### Bug Fixes

* Attach new network interface to instance template for each network interface resource created. Update the description. ([#16](https://github.com/GoogleCloudPlatform/terraform-google-out-of-band-security/issues/16)) ([3f39bba](https://github.com/GoogleCloudPlatform/terraform-google-out-of-band-security/commit/3f39bba96404ca831ac25b69d5bb25a5053f5a8b))

## [0.2.1](https://github.com/GoogleCloudPlatform/terraform-google-out-of-band-security/compare/v0.2.0...v0.2.1) (2023-12-07)


Expand Down
2 changes: 1 addition & 1 deletion versions.tf
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,6 @@ terraform {
}

provider_meta "google" {
module_name = "blueprints/terraform/terraform-google-out-of-band-security/v0.2.1"
module_name = "blueprints/terraform/terraform-google-out-of-band-security/v0.2.2"
}
}

0 comments on commit 148446e

Please sign in to comment.