From 572e08a3576702895e2a9edae188773ec9d7a096 Mon Sep 17 00:00:00 2001 From: Samira El Aabidi <54845154+Samira-El@users.noreply.github.com> Date: Thu, 10 Aug 2023 17:02:06 +0100 Subject: [PATCH] bump version and update changelog (#169) --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 379bb07..d7cbbd7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +1.5.6 (2023-08-10) +------------------ +* LOG_BASED, INCREMENTAL and FULL TABLE: + * Zero-pad fixed-length binary fields + + 1.5.5 (2023-07-05) ------------------ * LOG_BASED: diff --git a/setup.py b/setup.py index 627b799..59f9965 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = fh.read() setup(name='pipelinewise-tap-mysql', - version='1.5.5', + version='1.5.6', description='Singer.io tap for extracting data from MySQL & MariaDB - PipelineWise compatible', long_description=long_description, long_description_content_type='text/markdown',