diff --git a/CHANGELOG.md b/CHANGELOG.md index 6e22252..1c90ae2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +1.5.0 (2022-03-11) +------------------ +* Support logical replication using GTID, for both Mariadb & MySql +* Log error message when session sqls fail +* Bump depenedencies to support Mysql 8 +* Migrate CI to Github Actions. + 1.4.3 (2021-04-09) ------------------ * Fix in LOG_BASED method: re-discovery constantly running when table has unsupported column type. diff --git a/setup.py b/setup.py index 9df6bab..eb01607 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = fh.read() setup(name='pipelinewise-tap-mysql', - version='1.4.3', + version='1.5.0', description='Singer.io tap for extracting data from MySQL & MariaDB - PipelineWise compatible', long_description=long_description, long_description_content_type='text/markdown',