We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11c9970 commit 25ee889Copy full SHA for 25ee889
CHANGELOG.md
@@ -1,3 +1,7 @@
1
+## 2.2.0
2
+
3
+* Added `PATCH_ECS_ALLOWED_HOSTS` config setting, to support aws-vault's --ecs-server option
4
5
## 2.1.0
6
7
* Fix for the gunicorn logging run location in gunicorn.conf, when trying to catch an exception that only exists in python3.
setup.py
@@ -25,7 +25,7 @@
25
26
setup(
27
name="metadataproxy",
28
- version="2.1.0",
+ version="2.2.0",
29
packages=find_packages(exclude=["test*"]),
30
include_package_data=True,
31
zip_safe=False,
0 commit comments