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

Commit a97d7d8

Browse files
authored
Release 2.0.0 (#199)
1 parent 753e438 commit a97d7d8

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
2.0.0 (2022-11-02)
2+
-------------------
3+
**Changes**
4+
- LOG_BASED: Use wal2json format-version v2 to read WAL, require wal2json >= 2.3 to be installed on pg server.
5+
- Bump `psycopg2-binary` from `2.9.4` to `2.9.5`
6+
17
1.8.4 (2022-09-08)
28
-------------------
39
**Changes**

setup.py

+1-1
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.8.4',
9+
version='2.0.0',
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)