diff --git a/CHANGELOG.md b/CHANGELOG.md index 13a0b50f9..f6afb3c46 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,13 @@ +0.38.0 (2022-01-14) +------------------- +- MySQL tap now connects to replica instance during fastsync if credentials are provided +- Added fastsync support for MongoDB Atlas +- Docker base image to Python 3.8 +- Bump `pyyaml` from `5.4.1` to `6.0` +- Bump `pipelinewise-target-snowflake` from `1.14.1` to `1.15.0` +- Bump `pipelinewise-tap-s3-csv` from `1.2.2` to `1.2.3` +- Bump `pipelinewise-tap-postgres` from `1.8.1` to `1.8.2` + 0.37.2 (2021-12-10) ------------------- - Bump `pipelinewise-tap-github` from `1.0.2` to `1.0.3` diff --git a/setup.py b/setup.py index 5c0dffa23..a62b8907e 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ LONG_DESCRIPTION = f.read() setup(name='pipelinewise', - version='0.37.2', + version='0.38.0', description='PipelineWise', long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown',