Skip to content

Commit

Permalink
Bump tap-kafka from 8.1.0 to 8.2.0 (#1145)
Browse files Browse the repository at this point in the history
  • Loading branch information
Samira-El authored Nov 20, 2023
1 parent a5d4ac4 commit 0562b5f
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
0.58.2 (2023-11-20)
-------------------
- Bump `pipelinewise-tap-kafka`from `8.1.0` to `8.2.0`

0.58.1 (2023-10-09)
-------------------
- Bump `pipelinewise-tap-github`from `1.1.0` to `1.1.1`
Expand Down
2 changes: 1 addition & 1 deletion docs/connectors/taps/kafka.rst
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ Example YAML for ``tap-kafka``:
# int32 result_per_page = 3;
# }
#proto_classess_dir: # (Default: current working dir) Directory where to store runtime compiled proto classes
#debug_contexts: "" # comma separated list of debug contexts to enable for the consumer [see librkafka](https://github.com/confluentinc/librdkafka/blob/master/INTRODUCTION.md#debug-contexts)
# ------------------------------------------------------------------------------
# Destination (Target) - Target properties
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

setup(name='pipelinewise',
python_requires='>=3.7,<3.10',
version='0.58.1',
version='0.58.2',
description='PipelineWise',
long_description=LONG_DESCRIPTION,
long_description_content_type='text/markdown',
Expand Down
2 changes: 1 addition & 1 deletion singer-connectors/tap-kafka/requirements.txt
Original file line number Diff line number Diff line change
@@ -1 +1 @@
pipelinewise-tap-kafka==8.1.0
pipelinewise-tap-kafka==8.2.0

0 comments on commit 0562b5f

Please sign in to comment.