diff --git a/CHANGELOG.md b/CHANGELOG.md index 47f573e6a..b6281e596 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.48.0 (2022-07-14) +------------------- + +- Bump `pipelinewise-tap-kakfa` from `7.0.0` to `7.1.0`. + 0.47.1 (2022-07-08) ------------------- diff --git a/setup.py b/setup.py index 72571ccf3..c40d01fdb 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name='pipelinewise', python_requires='>=3.7,<3.10', - version='0.47.1', + version='0.48.0', description='PipelineWise', long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown',