diff --git a/Changes.rst b/Changes.rst index 774c1f2..fefe1ee 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,8 @@ +Changes for v2.0.1 (2021-11-29) +=============================== + +- Update empty message filtering to catch formatted string case (#162) + Changes for v2.0.0 (2021-11-13) =============================== diff --git a/setup.py b/setup.py index 01e707b..4663202 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="watchtower", - version="2.0.0", + version="2.0.1", url="https://github.com/kislyuk/watchtower", license="Apache Software License", author="Andrey Kislyuk",