diff --git a/CHANGELOG.md b/CHANGELOG.md
index 6d00d28..85b1213 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -8,6 +8,22 @@ 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-genai-doc-summarization/compare/v0.2.0...v0.3.0) (2024-11-20)
+
+
+### ⚠ BREAKING CHANGES
+
+* simplify webhook code ([#114](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/issues/114))
+
+### Bug Fixes
+
+* Pin Google provider to 5.37.0 & set LOG_EXECUTION_ID ([#145](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/issues/145)) ([e43ec90](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/commit/e43ec900fd532b9ca95e370913e1dc2ed9790207))
+
+
+### Miscellaneous Chores
+
+* simplify webhook code ([#114](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/issues/114)) ([083d7da](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/commit/083d7da9d90cca3c9769616aeb9156b312a9cbc1))
+
 ## [0.2.0](https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization/compare/v0.1.1...v0.2.0) (2024-04-29)
 
 
diff --git a/metadata.yaml b/metadata.yaml
index f9b91c7..f86f813 100644
--- a/metadata.yaml
+++ b/metadata.yaml
@@ -24,7 +24,7 @@ spec:
     source:
       repo: https://github.com/GoogleCloudPlatform/terraform-genai-doc-summarization.git
       sourceType: git
-    version: 0.2.0
+    version: 0.3.0
     actuationTool:
       flavor: Terraform
       version: ">= 0.13"
diff --git a/versions.tf b/versions.tf
index f8708be..c383b15 100644
--- a/versions.tf
+++ b/versions.tf
@@ -36,6 +36,6 @@ terraform {
   }
 
   provider_meta "google" {
-    module_name = "blueprints/terraform/gen-ai-document-summarization/v0.2.0"
+    module_name = "blueprints/terraform/gen-ai-document-summarization/v0.3.0"
   }
 }