diff --git a/CHANGELOG b/CHANGELOG index f702437..4c0c97d 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,9 @@ +Version 0.7.0 (2023-10-30) +-------------------------- +Normalize repo against other clouds (#38) +Update to Snowplow Community Licence (#39) +Add ability to supply custom configuration file override (#40) + Version 0.6.0 (2023-09-21) -------------------------- Add ability to disable server side cookies (#36) diff --git a/main.tf b/main.tf index 724caf1..b28e734 100644 --- a/main.tf +++ b/main.tf @@ -1,6 +1,6 @@ locals { module_name = "collector-kinesis-ec2" - module_version = "0.6.0" + module_version = "0.7.0" app_name = "stream-collector" app_version = var.app_version