diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 336b1d8..d6920e7 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1 +1 @@ -{".":"0.10.0"} \ No newline at end of file +{".":"0.11.0"} \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 1e09435..8cda097 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,13 @@ # Changelog +## [0.11.0](https://github.com/streamnative/terraform-google-cloud/compare/v0.10.0...v0.11.0) (2026-01-09) + + +### Features + +* Align Private GKE features ([#76](https://github.com/streamnative/terraform-google-cloud/issues/76)) ([f5d4347](https://github.com/streamnative/terraform-google-cloud/commit/f5d4347aec591452c9f3471453f0fb44adb8c3ec)) +* Pass DNS cache to module ([#78](https://github.com/streamnative/terraform-google-cloud/issues/78)) ([2590506](https://github.com/streamnative/terraform-google-cloud/commit/2590506d2e2ad31ebf5f1953dc627df82febb0c8)) + ## [0.10.0](https://github.com/streamnative/terraform-google-cloud/compare/v0.9.0...v0.10.0) (2025-11-03)