diff --git a/CHANGELOG.md b/CHANGELOG.md index 68aa0848a..f6c9cef8b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +0.64.1 (2024-07-25) +------------------- +- Remove row count check in `sync_tables` for `tap_mysql` and `tap_postgres` + 0.64.0 (2024-07-19) ------------------- - Update `sync_tables` and `import_config` commands diff --git a/setup.py b/setup.py index 6a534453a..154fdd076 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name='pipelinewise', python_requires='==3.8.*', - version='0.64.0', + version='0.64.1', description='PipelineWise', long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown',