From c05871174f70c350d97e3d12f14f862ce17f44e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=80=9Crdeshmukh15=E2=80=9D?= Date: Tue, 14 May 2024 12:30:58 +0000 Subject: [PATCH] bump version changes in CHANGELOG.md and setup.py --- CHANGELOG.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) 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',