diff --git a/CHANGELOG.md b/CHANGELOG.md index 36780924c..d8c9f45b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.58.3 (2023-11-28) +------------------- +- Bump `pipelinewise-tap-kafka`from `8.2.0` to `8.2.1` + 0.58.2 (2023-11-20) ------------------- - Bump `pipelinewise-tap-kafka`from `8.1.0` to `8.2.0` diff --git a/setup.py b/setup.py index d1a3db3a3..03bfc15c7 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name='pipelinewise', python_requires='>=3.7,<3.10', - version='0.58.2', + version='0.58.3', 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 5c1a5294e..9835985bf 100644 --- a/singer-connectors/tap-kafka/requirements.txt +++ b/singer-connectors/tap-kafka/requirements.txt @@ -1 +1 @@ -pipelinewise-tap-kafka==8.2.0 +pipelinewise-tap-kafka==8.2.1