File tree 3 files changed +9
-2
lines changed
3 files changed +9
-2
lines changed Original file line number Diff line number Diff line change @@ -8,6 +8,13 @@ and this project adheres to
8
8
[ Semantic Versioning] ( https://semver.org/spec/v2.0.0.html ) .
9
9
This changelog is generated automatically based on [ Conventional Commits] ( https://www.conventionalcommits.org/en/v1.0.0/ ) .
10
10
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
+
11
18
## [ 0.1.0] ( https://github.com/terraform-google-modules/terraform-google-apphub/releases/tag/v0.1.0 ) - 20XX-YY-ZZ
12
19
13
20
### Features
Original file line number Diff line number Diff line change 24
24
source :
25
25
repo : https://github.com/GoogleCloudPlatform/terraform-google-apphub
26
26
sourceType : git
27
- version : 0.0.1
27
+ version : 0.1.0
28
28
actuationTool :
29
29
flavor : Terraform
30
30
version : " >= 0.13"
Original file line number Diff line number Diff line change @@ -24,6 +24,6 @@ terraform {
24
24
}
25
25
26
26
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 "
28
28
}
29
29
}
You can’t perform that action at this time.
0 commit comments