We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5fde63c commit 24bbeeeCopy full SHA for 24bbeee
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 2.0.1 (2021-11-23)
4
+ * Fixed an issue when `format_message` returned newline character
5
+
6
## 2.0.0 (2021-11-23)
7
* Swith to `orjson` JSON library to serialie and deserialise faster
8
* Bump `backoff` to 1.11.1
setup.py
@@ -6,7 +6,7 @@
long_description = fh.read()
setup(name="pipelinewise-singer-python",
9
- version='2.0.0',
+ version='2.0.1',
10
description="Singer.io utility library - PipelineWise compatible",
11
long_description=long_description,
12
long_description_content_type="text/markdown",
0 commit comments