Skip to content

Commit

Permalink
v2.0.1 (#46)
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored Nov 23, 2021
1 parent 5fde63c commit 24bbeee
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down

0 comments on commit 24bbeee

Please sign in to comment.