diff --git a/aws-replicator/README.md b/aws-replicator/README.md index 25411f7..18515b0 100644 --- a/aws-replicator/README.md +++ b/aws-replicator/README.md @@ -150,6 +150,7 @@ localstack extensions install "git+https://github.com/localstack/localstack-exte ## Change Log +* `0.1.13`: Add compatibility with localstack >=3.4; add http2-server; migrate to localstack auth login * `0.1.12`: Modify aws credentials text field type to password * `0.1.11`: Fix broken imports after recent upstream CloudFormation changes * `0.1.10`: Add `REPLICATOR_PROXY_DOCKER_FLAGS` option to pass custom flags to proxy Docker containers diff --git a/aws-replicator/setup.cfg b/aws-replicator/setup.cfg index 64d447c..a4c01b0 100644 --- a/aws-replicator/setup.cfg +++ b/aws-replicator/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = localstack-extension-aws-replicator -version = 0.1.12 +version = 0.1.13 summary = LocalStack Extension: AWS replicator description = Replicate AWS resources into your LocalStack instance long_description = file: README.md