Skip to content

Commit

Permalink
bump version to 1.17.2 (#121)
Browse files Browse the repository at this point in the history
Co-authored-by: nick-mccoy <nick@stitchdata.com>
  • Loading branch information
nick-mccoy and nick-mccoy committed Mar 18, 2020
1 parent b3bfb19 commit 9951be8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit 9951be8

Please sign in to comment.