diff --git a/Changes.rst b/Changes.rst index 1848d16..4671f54 100644 --- a/Changes.rst +++ b/Changes.rst @@ -1,3 +1,11 @@ +Changes for v3.1.0 (2024-03-10) +=============================== + +- Avoid crashing flush() when CreateLogStream API call is throttled + (#192) + +- Replace deprecated function datatime.utcnow() (#196) + Changes for v3.0.1 (2023-01-29) =============================== diff --git a/setup.py b/setup.py index 470025a..a631aa8 100755 --- a/setup.py +++ b/setup.py @@ -4,7 +4,7 @@ setup( name="watchtower", - version="3.0.1", + version="3.1.0", url="https://github.com/kislyuk/watchtower", license="Apache Software License", author="Andrey Kislyuk",