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

Commit 2b25f69

Browse files
authoredJan 18, 2022
Release 1.8.3 (#150)
1 parent aaa6878 commit 2b25f69

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.8.3 (2022-01-18)
2+
-------------------
3+
**Fixes**
4+
- INCREMENTAL: generate valid SQL to extract data from tables where no `replication_key_value` in the state file.
5+
16
1.8.2 (2022-01-14)
27
-------------------
38
**Fixes**

‎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.8.2',
9+
version='1.8.3',
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)