Skip to content

Commit 24bbeee

Browse files
authored
v2.0.1 (#46)
1 parent 5fde63c commit 24bbeee

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 2.0.1 (2021-11-23)
4+
* Fixed an issue when `format_message` returned newline character
5+
36
## 2.0.0 (2021-11-23)
47
* Swith to `orjson` JSON library to serialie and deserialise faster
58
* Bump `backoff` to 1.11.1

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
long_description = fh.read()
77

88
setup(name="pipelinewise-singer-python",
9-
version='2.0.0',
9+
version='2.0.1',
1010
description="Singer.io utility library - PipelineWise compatible",
1111
long_description=long_description,
1212
long_description_content_type="text/markdown",

0 commit comments

Comments
 (0)