Skip to content
This repository has been archived by the owner on Sep 19, 2024. It is now read-only.

Commit

Permalink
Release 1.0.1 (#9)
Browse files Browse the repository at this point in the history
* Bump version

* Update CHANGELOG.md
  • Loading branch information
Samira-El authored Jul 21, 2020
1 parent a559076 commit 65ec7cf
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.0.1
* Fix case where resume tokens has extra properties that are not json serializable by saving `_data` only.

## 1.0.0
* This is a fork of [Singer's tap-mongodb version 2.0.0](https://github.com/singer-io/tap-mongodb).
* Oplog replication has been replaced with [MongoDB ChangeStreams](https://docs.mongodb.com/manual/changeStreams/).
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
long_desc = fh.read()

setup(name='pipelinewise-tap-mongodb',
version='1.0.0',
version='1.0.1',
description='Singer.io tap for extracting data from MongoDB - Pipelinewise compatible',
long_description=long_desc,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 65ec7cf

Please sign in to comment.