From 3b20b3b2c461cc7f0c2e7f8adb2070005bccd366 Mon Sep 17 00:00:00 2001 From: lakkeger Date: Mon, 9 Sep 2024 12:58:07 +0200 Subject: [PATCH] docs: bump up version and add feature to readme --- README.md | 1 + setup.cfg | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b7886c..7497285 100644 --- a/README.md +++ b/README.md @@ -50,6 +50,7 @@ please refer to the man pages of `terraform --help`. ## Change Log +* 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 * v0.18.1: Fix issue with not proxied commands diff --git a/setup.cfg b/setup.cfg index a158c0a..34c600f 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = terraform-local -version = 0.19.0 +version = 0.20.0 url = https://github.com/localstack/terraform-local author = LocalStack Team author_email = info@localstack.cloud