diff --git a/CHANGELOG.md b/CHANGELOG.md index 9466bb9c9..9ee3eb818 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,8 @@ -0.58.0 (2023-09-04) +0.58.1 (2023-10-09) +------------------- +- Bump `pipelinewise-tap-github`from `1.1.0` to `1.1.1` + +0.58.0 (2023-10-04) ------------------- - Bump `pipelinewise-tap-github`from `1.0.3` to `1.1.0` - Bump `joblib`from `1.2.0` to `1.3.2` diff --git a/setup.py b/setup.py index e0265e6c3..b9b13c5b7 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name='pipelinewise', python_requires='>=3.7,<3.10', - version='0.58.0', + version='0.58.1', description='PipelineWise', long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown', diff --git a/singer-connectors/tap-github/requirements.txt b/singer-connectors/tap-github/requirements.txt index 6871b3070..0637e3aab 100644 --- a/singer-connectors/tap-github/requirements.txt +++ b/singer-connectors/tap-github/requirements.txt @@ -1 +1 @@ -pipelinewise-tap-github==1.1.0 +pipelinewise-tap-github==1.1.1