Skip to content

Commit

Permalink
Prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeemster committed Oct 16, 2023
1 parent 98d2857 commit e6313e1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.2.1 (2023-10-16)
--------------------------
Update telemetry to capture Kafka Source (#8)

Version 0.2.0 (2023-10-03)
--------------------------
Add ability to use Confluent Cloud (#6)
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ locals {
module_name_suffix = var.kafka_source == "azure_event_hubs" ? "" : ":${var.kafka_source}"

module_name = "lake-loader-vmss${local.module_name_suffix}"
module_version = "0.2.0"
module_version = "0.2.1"

app_name = "lake-loader-azure"

Expand Down

0 comments on commit e6313e1

Please sign in to comment.