diff --git a/CHANGELOG b/CHANGELOG index 7fb6b08..83a347f 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +Version 0.5.1 (2024-06-03) +-------------------------- +Add support for shared VPC in central project (#31) + Version 0.5.0 (2024-01-25) -------------------------- Update LICENSE to SLULA (#27) diff --git a/main.tf b/main.tf index 67cf1cc..743c928 100644 --- a/main.tf +++ b/main.tf @@ -1,6 +1,6 @@ locals { module_name = "collector-pubsub-ce" - module_version = "0.5.0" + module_version = "0.5.1" app_name = "stream-collector" app_version = var.app_version