diff --git a/CHANGELOG.md b/CHANGELOG.md index e10372a..58260f6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.0.1 (2021-11-23) + * Fixed an issue when `format_message` returned newline character + ## 2.0.0 (2021-11-23) * Swith to `orjson` JSON library to serialie and deserialise faster * Bump `backoff` to 1.11.1 diff --git a/setup.py b/setup.py index 755f4ac..9de29ab 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = fh.read() setup(name="pipelinewise-singer-python", - version='2.0.0', + version='2.0.1', description="Singer.io utility library - PipelineWise compatible", long_description=long_description, long_description_content_type="text/markdown",