Skip to content

Commit

Permalink
Prepared for release
Browse files Browse the repository at this point in the history
  • Loading branch information
jbeemster committed Apr 3, 2024
1 parent 010d0e2 commit 8cb3d2f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
Version 0.9.1 (2024-04-03)
--------------------------
Add support for AWS China regions (#51)

Version 0.9.0 (2024-02-02)
--------------------------
Update LICENSE to SLULA (#47)
Expand Down
2 changes: 1 addition & 1 deletion main.tf
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
locals {
module_name = "collector-${var.sink_type}-ec2"
module_version = "0.9.0"
module_version = "0.9.1"

app_name = "stream-collector"
app_version = var.app_version
Expand Down

0 comments on commit 8cb3d2f

Please sign in to comment.