Skip to content

Commit

Permalink
chore(main): release 0.1.3 (#11)
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 Nov 16, 2023
1 parent cd9b45f commit 73df96c
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.1.3](https://github.com/GoogleCloudPlatform/terraform-google-out-of-band-security/compare/v0.1.2...v0.1.3) (2023-11-16)


### Bug Fixes

* changed the data type of additional disk from map(object) to jus… ([#10](https://github.com/GoogleCloudPlatform/terraform-google-out-of-band-security/issues/10)) ([cd9b45f](https://github.com/GoogleCloudPlatform/terraform-google-out-of-band-security/commit/cd9b45f12235c08680c12fdf03bef8a2d204bac5))

## [0.1.2](https://github.com/GoogleCloudPlatform/terraform-google-out-of-band-security/compare/v0.1.1...v0.1.2) (2023-11-14)


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.1.2"
module_name = "blueprints/terraform/terraform-google-out-of-band-security/v0.1.3"
}
}

0 comments on commit 73df96c

Please sign in to comment.