diff --git a/CHANGELOG.md b/CHANGELOG.md index 6548e2a..37f3e07 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +1.4.0 (2020-11-09) +------------------ +Support MySQL spatial types + 1.3.8 (2020-10-16) ------------------ Fix mapping bit to boolean values diff --git a/setup.py b/setup.py index 35ae978..47eebaa 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = fh.read() setup(name='pipelinewise-tap-mysql', - version='1.3.8', + version='1.4.0', description='Singer.io tap for extracting data from MySQL - PipelineWise compatible', long_description=long_description, long_description_content_type='text/markdown',