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',