diff --git a/CHANGELOG.md b/CHANGELOG.md index 29e8924..09c2653 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 3.2.0 + * Allows to specify string values as projection [#94](https://github.com/singer-io/tap-mongodb/pull/94) + ## 3.1.1 * Gracefully fallback to not using a session if sessions are not supported by the mongo server [#112](https://github.com/singer-io/tap-mongodb/pull/112) diff --git a/setup.py b/setup.py index cb910e6..b94b87c 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='tap-mongodb', - version='3.1.1', + version='3.2.0', description='Singer.io tap for extracting data from MongoDB', author='Stitch', url='https://singer.io',