Skip to content

Commit 8a4948f

Browse files
committed
Prepare for release
1 parent 8c77547 commit 8a4948f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
Version 0.2.1 (2023-10-16)
2+
--------------------------
3+
Update telemetry to capture Kafka Source (#11)
4+
15
Version 0.2.0 (2023-10-02)
26
--------------------------
37
Add ability to connect to Confluent Cloud Kafka Cluster (#9)

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ locals {
22
module_name_suffix = var.kafka_source == "azure_event_hubs" ? "" : ":${var.kafka_source}"
33

44
module_name = "collector-event-hub-vmss${local.module_name_suffix}"
5-
module_version = "0.2.0"
5+
module_version = "0.2.1"
66

77
app_name = "stream-collector"
88
app_version = var.app_version

0 commit comments

Comments
 (0)