diff --git a/CHANGELOG.md b/CHANGELOG.md index 8af3591..e9a4893 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +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) + + 1.5.2 (2022-08-12) ------------------ * Bump mysql-replication to 0.30 diff --git a/setup.py b/setup.py index 55afec8..9a05492 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = fh.read() setup(name='pipelinewise-tap-mysql', - version='1.5.2', + version='1.5.3', description='Singer.io tap for extracting data from MySQL & MariaDB - PipelineWise compatible', long_description=long_description, long_description_content_type='text/markdown',