Skip to content

Commit

Permalink
chore(main): release 0.2.0 (#18)
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 20, 2023
1 parent c7e2ac1 commit e14e42b
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 1 deletion.
12 changes: 12 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,18 @@ 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.0](https://github.com/GoogleCloudPlatform/terraform-google-cloud-ids/compare/v0.1.0...v0.2.0) (2023-12-20)


### Features

* added threat exception attribute and updated README ([#15](https://github.com/GoogleCloudPlatform/terraform-google-cloud-ids/issues/15)) ([feaddda](https://github.com/GoogleCloudPlatform/terraform-google-cloud-ids/commit/feaddda839e54dbd511476b2a82221819bd55f06))


### Bug Fixes

* **deps:** Update Terraform google to v5 ([#21](https://github.com/GoogleCloudPlatform/terraform-google-cloud-ids/issues/21)) ([c7e2ac1](https://github.com/GoogleCloudPlatform/terraform-google-cloud-ids/commit/c7e2ac10b229382b842edcf7ed4db260ecc65b98))

## 0.1.0 (2023-05-03)


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

provider_meta "google" {
module_name = "blueprints/terraform/cloud-ids/v0.1.0"
module_name = "blueprints/terraform/cloud-ids/v0.2.0"
}
}

0 comments on commit e14e42b

Please sign in to comment.