diff --git a/CHANGELOG.md b/CHANGELOG.md index c07951be6..4da000cd0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +0.48.7 (2022-10-19) +------------------- + +- Bump `pipelinewise-tap-kafka` from `7.1.0` to `7.1.2` + - Introducing the use of the seek method to reset the source partition offsets at the start of a run + 0.48.6 (2022-10-06) ------------------- diff --git a/setup.py b/setup.py index 1b206e08e..8271b2c72 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name='pipelinewise', python_requires='>=3.7,<3.10', - version='0.48.6', + version='0.48.7', description='PipelineWise', long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown', diff --git a/singer-connectors/tap-kafka/requirements.txt b/singer-connectors/tap-kafka/requirements.txt index aefd29f3d..43238616f 100644 --- a/singer-connectors/tap-kafka/requirements.txt +++ b/singer-connectors/tap-kafka/requirements.txt @@ -1 +1 @@ -pipelinewise-tap-kafka==7.1.0 +pipelinewise-tap-kafka==7.1.1