diff --git a/CHANGELOG.md b/CHANGELOG.md index eb5b21d..ec5b4b5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.17.2 + * Fix bug with JSON columns in binlog [#120](https://github.com/singer-io/tap-mysql/pull/120) + ## 1.17.1 * Fix monkey patching bug [#118](https://github.com/singer-io/tap-mysql/pull/118) diff --git a/setup.py b/setup.py index 0c2dc5b..e8c92d1 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='tap-mysql', - version='1.17.1', + version='1.17.2', description='Singer.io tap for extracting data from MySQL', author='Stitch', url='https://singer.io',