Skip to content

Commit

Permalink
Bump version as well
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-lane committed May 20, 2021
1 parent 11c9970 commit 25ee889
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
## 2.2.0

* Added `PATCH_ECS_ALLOWED_HOSTS` config setting, to support aws-vault's --ecs-server option

## 2.1.0

* Fix for the gunicorn logging run location in gunicorn.conf, when trying to catch an exception that only exists in python3.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@

setup(
name="metadataproxy",
version="2.1.0",
version="2.2.0",
packages=find_packages(exclude=["test*"]),
include_package_data=True,
zip_safe=False,
Expand Down

0 comments on commit 25ee889

Please sign in to comment.