From 2c95d829fcb3f2bde3f95096f6c327868d52d6a2 Mon Sep 17 00:00:00 2001 From: Peter Kosztolanyi Date: Mon, 18 May 2020 15:31:09 +0100 Subject: [PATCH] v1.6.2 and changelog (#57) --- CHANGELOG.md | 5 +++++ setup.py | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9c04b466..9f48b443 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +1.6.2 (2020-05-18) +------------------- + +- Fixed issue when JSON type not converted to dictionary + 1.6.1 (2020-05-07) ------------------- diff --git a/setup.py b/setup.py index 958d2d08..cc32834a 100644 --- a/setup.py +++ b/setup.py @@ -6,7 +6,7 @@ long_description = f.read() setup(name='pipelinewise-tap-postgres', - version='1.6.1', + version='1.6.2', description='Singer.io tap for extracting data from PostgresSQL - PipelineWise compatible', long_description=long_description, long_description_content_type='text/markdown',