diff --git a/CHANGELOG.md b/CHANGELOG.md index e9a4893..b01b052 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +1.5.4 (2023-05-22) +------------------ +* LOG_BASED: + * Bump pymsql-replication from `0.30` to `0.40` + * Remove the custom BinlogStreamReader + + 1.5.3 (2023-04-25) ------------------ * LOG_BASED: Set mariadb slave capability to 4 to mitigate bug in Mariadb 10.6.12 (https://github.com/transferwise/pipelinewise-tap-mysql/pull/149) diff --git a/setup.py b/setup.py index 0c9e14b..ce696bd 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = fh.read() setup(name='pipelinewise-tap-mysql', - version='1.5.3', + version='1.5.4', description='Singer.io tap for extracting data from MySQL & MariaDB - PipelineWise compatible', long_description=long_description, long_description_content_type='text/markdown',