diff --git a/CHANGELOG.md b/CHANGELOG.md index 000f5ea..6e22252 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +1.4.3 (2021-04-09) +------------------ +* Fix in LOG_BASED method: re-discovery constantly running when table has unsupported column type. +* Add support for tinytext column type +* Bump `pendulum` to 1.5.1 +* Add unit tests and re-arrange tests folder + 1.4.2 (2021-03-15) ------------------ * Fix a typo diff --git a/setup.py b/setup.py index 0d9cde2..fa0dae5 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = fh.read() setup(name='pipelinewise-tap-mysql', - version='1.4.2', + version='1.4.3', description='Singer.io tap for extracting data from MySQL - PipelineWise compatible', long_description=long_description, long_description_content_type='text/markdown',