Skip to content

Commit 418e6d3

Browse files
chore(main): release 0.1.1
1 parent 2bf5340 commit 418e6d3

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG.md

Lines changed: 7 additions & 0 deletions
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.1](https://github.com/GoogleCloudPlatform/terraform-google-secure-web-proxy/compare/v0.1.0...v0.1.1) (2025-12-06)
12+
13+
14+
### Bug Fixes
15+
16+
* version.tf and integration test ([#7](https://github.com/GoogleCloudPlatform/terraform-google-secure-web-proxy/issues/7)) ([47dec76](https://github.com/GoogleCloudPlatform/terraform-google-secure-web-proxy/commit/47dec7698a888bbcf9021b619c6204d6a4095cac))
17+
1118
## 0.1.0 (2024-02-21)
1219

1320

versions.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,6 @@ terraform {
2828
}
2929

3030
provider_meta "google" {
31-
module_name = "blueprints/terraform/terraform-google-secure-web-proxy/v0.1.0"
31+
module_name = "blueprints/terraform/terraform-google-secure-web-proxy/v0.1.1"
3232
}
3333
}

0 commit comments

Comments
 (0)