From 3a063011f9668f81b4a6349da251cc7436052547 Mon Sep 17 00:00:00 2001 From: Dan Mosora Date: Wed, 23 Oct 2019 17:27:19 +0000 Subject: [PATCH] Version 0.0.65 and changelog --- CHANGELOG.md | 3 +++ setup.py | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f12e2de..f5ca3f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,7 @@ # Changelog +## 0.0.65 + * Add support for `int8[]` (`bigint[]`) array types to log-based replication [#69](https://github.com/singer-io/tap-postgres/pull/69) + ## 0.0.64 * Pass string to `decimal.Decimal` when handling numeric data type [#67](https://github.com/singer-io/tap-postgres/pull/67) diff --git a/setup.py b/setup.py index beb0c58..8a3e1db 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='tap-postgres', - version='0.0.64', + version='0.0.65', description='Singer.io tap for extracting data from PostgreSQL', author='Stitch', url='https://singer.io',