From ddccfa8d4817a1735bd6981ec1574bd4a2828bb7 Mon Sep 17 00:00:00 2001 From: Samira El Aabidi <54845154+Samira-El@users.noreply.github.com> Date: Mon, 22 May 2023 16:05:07 +0100 Subject: [PATCH] Release 1.5.4 (#157) --- CHANGELOG.md | 7 +++++++ setup.py | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) 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',