diff --git a/CHANGELOG.md b/CHANGELOG.md index dfd6be162..d53e434a1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +0.67.0 (2024-11-19) +------------------- +- Fix map date column to correct Postgres type +- New argument for sync tables to select replication method + 0.66.1 (2024-10-31) ------------------- - Bug fix for partial sync multiprocessing diff --git a/setup.py b/setup.py index 5c8b00446..692f8aa10 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name='pipelinewise', python_requires='==3.10.*', - version='0.66.1', + version='0.67.0', description='PipelineWise', long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown',