diff --git a/CHANGELOG.md b/CHANGELOG.md index c3aeef8..b7c1625 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,5 @@ +### Version 0.4.4 +* Enable JSON logging using loguru ### Version 0.4.3 * Fix bug fix introduced in Version 0.4.2, only commit offsets if exist. ### Version 0.4.2 diff --git a/setup.py b/setup.py index af3795b..f46ec0c 100644 --- a/setup.py +++ b/setup.py @@ -5,7 +5,7 @@ setup( name="pyconnect", - version="0.4.3", + version="0.4.4", packages=["pyconnect"], package_dir={"": "src"}, # minimal requirements to run pyconnect