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

Commit 1896463

Browse files
authored
[AP-NNN] Release v1.7.1 (#71)
* Bump patch * Update CHANGELOG.md
1 parent 18406d5 commit 1896463

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
1.7.1 (2020-10-13)
2+
-------------------
3+
4+
- Parse data from json(b) when converting a row to a record message in log based replication method.
5+
16
1.7.0 (2020-09-21)
27
-------------------
38

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
long_description = f.read()
77

88
setup(name='pipelinewise-tap-postgres',
9-
version='1.7.0',
9+
version='1.7.1',
1010
description='Singer.io tap for extracting data from PostgresSQL - PipelineWise compatible',
1111
long_description=long_description,
1212
long_description_content_type='text/markdown',

0 commit comments

Comments
 (0)