Skip to content

Commit

Permalink
bump version changes in CHANGELOG.md and setup.py
Browse files Browse the repository at this point in the history
  • Loading branch information
rdeshmukh15 committed May 14, 2024
1 parent 5eed8bb commit c058711
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

## 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)

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-mongodb',
version='3.1.1',
version='3.2.0',
description='Singer.io tap for extracting data from MongoDB',
author='Stitch',
url='https://singer.io',
Expand Down

0 comments on commit c058711

Please sign in to comment.