Skip to content

Commit

Permalink
- code 0.2.2 fixes for json.loads and API limits (#20, #22)
Browse files Browse the repository at this point in the history
  • Loading branch information
badra001 committed Mar 28, 2022
1 parent 0127437 commit 9b8f0aa
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -67,3 +67,7 @@
- add documenation (main.tf)
- add variable lambda_environment_variables_override
- update example/test/test.tf

* 0.2.3 -- 2022-03-28
- code 0.2.2 fixes for json.loads and API limits (#20, #22)

Binary file modified code/ddns-lambda.zip
Binary file not shown.
2 changes: 1 addition & 1 deletion version.tf
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
locals {
_module_version = "0.2.2"
_module_version = "0.2.3"
}

0 comments on commit 9b8f0aa

Please sign in to comment.