Skip to content
This repository was archived by the owner on Oct 27, 2025. It is now read-only.

Commit 4f444ed

Browse files
committed
Prepared for release
1 parent d7dea1c commit 4f444ed

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Version 0.2.0 (2023-03-08)
2+
--------------------------
3+
Increase memory allocation for application (#8)
4+
Upgrade application to 5.3.1 and simplify setup (#10)
5+
16
Version 0.1.1 (2022-04-08)
27
--------------------------
38
Specify storage type as 'snowflake' in the config (#6)

main.tf

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
locals {
22
module_name = "snowflake-loader-ec2"
3-
module_version = "0.1.1"
3+
module_version = "0.2.0"
44

55
app_name = "rdb-loader-snowflake"
66
app_version = "5.3.1"

0 commit comments

Comments
 (0)