diff --git a/CHANGELOG.md b/CHANGELOG.md index 591f5d627..1a2e649fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +0.53.4 (2023-06-22) +------------------- + +- Bugfix for trigger unwanted tables syncing trigger +- Bugfix for building `wal2json` in PostgreSQL Docker image +- Bump `pipelinewise-tap-mysql` from `1.5.3` to `1.5.4` + + 0.53.3 (2023-05-16) ------------------- diff --git a/setup.py b/setup.py index 70aef6f2d..ab155eba9 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup(name='pipelinewise', python_requires='>=3.7,<3.10', - version='0.53.3', + version='0.53.4', description='PipelineWise', long_description=LONG_DESCRIPTION, long_description_content_type='text/markdown',