diff --git a/README.md b/README.md index 7497285..37f329b 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ please refer to the man pages of `terraform --help`. ## Change Log +* v0.20.1: Fix list config rendering * v0.20.0: Fix S3 backend option merging * v0.19.0: Add `SKIP_ALIASES` configuration environment variable * v0.18.2: Fix warning on aliased custom endpoint names diff --git a/setup.cfg b/setup.cfg index 34c600f..465bf71 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = terraform-local -version = 0.20.0 +version = 0.20.1 url = https://github.com/localstack/terraform-local author = LocalStack Team author_email = info@localstack.cloud