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

Commit d3180a1

Browse files
authored
Release 2.1.0 (#213)
1 parent 297a209 commit d3180a1

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,11 @@
1+
2.1.0 (2023-03-30)
2+
-------------------
3+
**Changes**
4+
- INCREMENTAL: An optional config `limit` to be appended to incremental queries to limit their runtime.
5+
6+
**Fixes**
7+
- INCREMENTAL: `ORDER BY` added back to query in case replication key value is None.
8+
19
2.0.0 (2022-11-02)
210
-------------------
311
**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='2.0.0',
9+
version='2.1.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)