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

Commit

Permalink
Release 1.8.3 (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
koszti authored Jan 18, 2022
1 parent aaa6878 commit 2b25f69
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
1.8.3 (2022-01-18)
-------------------
**Fixes**
- INCREMENTAL: generate valid SQL to extract data from tables where no `replication_key_value` in the state file.

1.8.2 (2022-01-14)
-------------------
**Fixes**
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
long_description = f.read()

setup(name='pipelinewise-tap-postgres',
version='1.8.2',
version='1.8.3',
description='Singer.io tap for extracting data from PostgresSQL - PipelineWise compatible',
long_description=long_description,
long_description_content_type='text/markdown',
Expand Down

0 comments on commit 2b25f69

Please sign in to comment.