From 4efdc33f05d74f557030fbe8efdebb61c8dd0ded Mon Sep 17 00:00:00 2001 From: Samira El Aabidi <54845154+Samira-El@users.noreply.github.com> Date: Mon, 5 Dec 2022 13:01:10 +0000 Subject: [PATCH] Release 0.50.0 (#1046) --- CHANGELOG.md | 8 ++++++++ setup.py | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 849e518ab..d3b0e2b19 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +0.50.0 (2022-12-05) +------------------- + +- Bump `pipelinewise-tap-postgres` from `1.8.4` to `2.0.0`: + - Use wal2json format version 2 + +- Bump `psycopg2-binary` from `2.8.6` to `2.9.5` + 0.49.0 (2022-10-27) ------------------- - Added `taps` option for `import` command to make it possible for importing specific taps. diff --git a/setup.py b/setup.py index 89155f812..169560eaa 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name='pipelinewise', python_requires='>=3.7,<3.10', - version='0.49.0', + version='0.50.0', description='PipelineWise', long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown',