diff --git a/CHANGELOG b/CHANGELOG index d03eabe..32c0fcc 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,8 @@ +Version 0.3.0 (2024-01-24) +-------------------------- +Update LICENSE to SLULA (#13) +Update Collector to v3.0.1 (#14) + Version 0.2.1 (2023-10-16) -------------------------- Update telemetry to capture Kafka Source (#11) diff --git a/main.tf b/main.tf index 121eb07..8f6ecc5 100644 --- a/main.tf +++ b/main.tf @@ -2,7 +2,7 @@ locals { module_name_suffix = var.kafka_source == "azure_event_hubs" ? "" : ":${var.kafka_source}" module_name = "collector-event-hub-vmss${local.module_name_suffix}" - module_version = "0.2.1" + module_version = "0.3.0" app_name = "stream-collector" app_version = var.app_version