diff --git a/CHANGELOG.md b/CHANGELOG.md index 5951840..135cd3b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) + diff --git a/code/ddns-lambda.zip b/code/ddns-lambda.zip index c66c557..e484cb4 100644 Binary files a/code/ddns-lambda.zip and b/code/ddns-lambda.zip differ diff --git a/version.tf b/version.tf index 898cbc5..7015a93 100644 --- a/version.tf +++ b/version.tf @@ -1,3 +1,3 @@ locals { - _module_version = "0.2.2" + _module_version = "0.2.3" }