From 5f3c6345a30bc06d71b78183017962bbacf71587 Mon Sep 17 00:00:00 2001 From: Samira El Aabidi <54845154+Samira-El@users.noreply.github.com> Date: Tue, 25 Apr 2023 09:49:31 +0000 Subject: [PATCH] Prep Release 1.5.3 (#151) --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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',