diff --git a/CHANGELOG.md b/CHANGELOG.md index 37f3e07..5842f1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +1.4.1 (2021-03-12) +------------------ +* Fix data loss during log based replication by processesing binglog events until a saved Master position. +* Bump mysql-replication from 0.22 to 0.23 + 1.4.0 (2020-11-09) ------------------ Support MySQL spatial types diff --git a/setup.py b/setup.py index a70aba8..f708b00 100644 --- a/setup.py +++ b/setup.py @@ -6,11 +6,11 @@ long_description = fh.read() setup(name='pipelinewise-tap-mysql', - version='1.4.0', + version='1.4.1', description='Singer.io tap for extracting data from MySQL - PipelineWise compatible', long_description=long_description, long_description_content_type='text/markdown', - author='TransferWise', + author='Wise', url='https://github.com/transferwise/pipelinewise-tap-mysql', classifiers=[ 'License :: OSI Approved :: GNU Affero General Public License v3',