diff --git a/CHANGELOG b/CHANGELOG index 2e09c89..b4aaffa 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -1,3 +1,7 @@ +Version 0.5.3 (2024-01-17) +-------------------------- +Bump service module to v0.2.1 (#34) + Version 0.5.2 (2023-06-19) -------------------------- Bump app_version to 3.8.0 (#31) diff --git a/main.tf b/main.tf index e312807..a87aa55 100644 --- a/main.tf +++ b/main.tf @@ -1,6 +1,6 @@ locals { module_name = "enrich-kinesis-ec2" - module_version = "0.5.2" + module_version = "0.5.3" app_name = "enrich-kinesis" app_version = "3.8.0"