diff --git a/CHANGELOG.md b/CHANGELOG.md index 29b332a26..c07951be6 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +0.48.6 (2022-10-06) +------------------- + +- Bump `joblib` from `1.1.0` to `1.2.0` +- Bugfix for closing `MySQL`/`MariaDB` conenctions in `FastSync` +- Removing `FastSync` from `s3-csv` and using only `singer` + 0.48.5 (2022-09-22) ------------------- diff --git a/setup.py b/setup.py index 7f4086909..1b206e08e 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name='pipelinewise', python_requires='>=3.7,<3.10', - version='0.48.5', + version='0.48.6', description='PipelineWise', long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown',