diff --git a/aws-replicator/README.md b/aws-replicator/README.md index 8781367..3b80f0a 100644 --- a/aws-replicator/README.md +++ b/aws-replicator/README.md @@ -126,7 +126,7 @@ If you wish to access the deprecated instructions, they can be found [here](http ## Change Log -* `0.1.21`: Fix auth-related imports that prevent the AWS proxy from starting +* `0.1.22`: Fix auth-related imports that prevent the AWS proxy from starting * `0.1.20`: Fix logic for proxying S3 requests with `*.s3.amazonaws.com` host header * `0.1.19`: Print human-readable message for invalid regexes in resource configs; fix logic for proxying S3 requests with host-based addressing * `0.1.18`: Update environment check to use SDK Docker client and enable starting the proxy from within Docker (e.g., from the LS main container as part of an init script) diff --git a/aws-replicator/setup.cfg b/aws-replicator/setup.cfg index 9f6e14b..1a6b6fd 100644 --- a/aws-replicator/setup.cfg +++ b/aws-replicator/setup.cfg @@ -1,6 +1,6 @@ [metadata] name = localstack-extension-aws-replicator -version = 0.1.21 +version = 0.1.22 summary = LocalStack AWS Proxy Extension description = Proxy AWS resources into your LocalStack instance long_description = file: README.md