Skip to content

Commit 3bb9abf

Browse files
chore(main): release 0.1.0 (#11)
Co-authored-by: release-please[bot] <55107282+release-please[bot]@users.noreply.github.com>
1 parent eaf1cf7 commit 3bb9abf

File tree

3 files changed

+9
-2
lines changed

3 files changed

+9
-2
lines changed

‎CHANGELOG.md

+7
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,13 @@ and this project adheres to
88
[Semantic Versioning](https://semver.org/spec/v2.0.0.html).
99
This changelog is generated automatically based on [Conventional Commits](https://www.conventionalcommits.org/en/v1.0.0/).
1010

11+
## 0.1.0 (2024-11-29)
12+
13+
14+
### Bug Fixes
15+
16+
* Add connection metadata and root visibility ([#10](https://github.com/GoogleCloudPlatform/terraform-google-apphub/issues/10)) ([eaf1cf7](https://github.com/GoogleCloudPlatform/terraform-google-apphub/commit/eaf1cf766c1c87326fcbda153dcb2280c500aaa2))
17+
1118
## [0.1.0](https://github.com/terraform-google-modules/terraform-google-apphub/releases/tag/v0.1.0) - 20XX-YY-ZZ
1219

1320
### Features

‎metadata.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ spec:
2424
source:
2525
repo: https://github.com/GoogleCloudPlatform/terraform-google-apphub
2626
sourceType: git
27-
version: 0.0.1
27+
version: 0.1.0
2828
actuationTool:
2929
flavor: Terraform
3030
version: ">= 0.13"

‎versions.tf

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,6 @@ terraform {
2424
}
2525

2626
provider_meta "google" {
27-
module_name = "blueprints/terraform/terraform-google-apphub/v0.0.1"
27+
module_name = "blueprints/terraform/terraform-google-apphub/v0.1.0"
2828
}
2929
}

0 commit comments

Comments
 (0)