Skip to content

Commit

Permalink
chore(main): release 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
release-please[bot] authored Oct 30, 2024
1 parent 76faf5c commit 3d0f64c
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.3.0](https://github.com/GoogleCloudPlatform/terraform-google-cloud-ids/compare/v0.2.0...v0.3.0) (2024-10-30)


### Features

* Make Service Network Connection optional ([#40](https://github.com/GoogleCloudPlatform/terraform-google-cloud-ids/issues/40)) ([46060b8](https://github.com/GoogleCloudPlatform/terraform-google-cloud-ids/commit/46060b8910b628f13c0b9bfa4575531288199657))

## [0.2.0](https://github.com/GoogleCloudPlatform/terraform-google-cloud-ids/compare/v0.1.0...v0.2.0) (2023-12-20)


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.2.0"
module_name = "blueprints/terraform/cloud-ids/v0.3.0"
}
}

0 comments on commit 3d0f64c

Please sign in to comment.