Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeemster committed Jan 24, 2024
1 parent 29a5367 commit 171a9f9
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
Version 0.3.0 (2024-01-24)
--------------------------
Update LICENSE to SLULA (#10)
Bump version to v5.7.5 (#11)

Version 0.2.1 (2023-10-16)
--------------------------
Update telemetry to capture Kafka Source (#8)
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 = "snowflake-loader-vmss${local.module_name_suffix}"
module_version = "0.2.1"
module_version = "0.3.0"

app_name = "rdb-loader-snowflake"

Expand Down

0 comments on commit 171a9f9

Please sign in to comment.