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

Commit 81211e6

Browse files
committed
Prepared for release
1 parent 410f088 commit 81211e6

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

CHANGELOG

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
Version 0.1.1 (2021-08-12)
2+
--------------------------
3+
Update License badge to use HTTPS (#1)
4+
Add Terraform Registry badge (#2)
5+
Add badge for source application repository (#3)
6+
Add support for CloudWatch logs (#4)
7+
18
Version 0.1.0 (2021-07-09)
29
--------------------------
310
Initial release

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 = "postgres-loader-kinesis-ec2"
3-
module_version = "0.1.0"
3+
module_version = "0.1.1"
44

55
app_name = "snowplow-postgres-loader"
66
app_version = "0.2.0"

0 commit comments

Comments
 (0)