diff --git a/Changes.rst b/Changes.rst index fefe1ee..299417c 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,10 @@ +Changes for v2.1.0 (2022-01-07) +=============================== + +- Deconflict log streams from process pools in default log stream name + +- Documentation and CI improvements + Changes for v2.0.1 (2021-11-29) =============================== diff --git a/setup.py b/setup.py index 4663202..91cb999 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="watchtower", - version="2.0.1", + version="2.1.0", url="https://github.com/kislyuk/watchtower", license="Apache Software License", author="Andrey Kislyuk",