Skip to content

Commit 9759f1c

Browse files
authored
bump version to 0.0.68 (#81)
1 parent ab6d73f commit 9759f1c

File tree

2 files changed

+4
-1
lines changed

2 files changed

+4
-1
lines changed

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
## 0.0.68
4+
* Respect `ssl` config property (bug fix) [#80](https://github.com/singer-io/tap-postgres/pull/80)
5+
36
## 0.0.67
47
* Make `bytea[]` fields have `"inclusion" : "unsupported"` metadata [#76](https://github.com/singer-io/tap-postgres/pull/76)
58

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup
44

55
setup(name='tap-postgres',
6-
version='0.0.67',
6+
version='0.0.68',
77
description='Singer.io tap for extracting data from PostgreSQL',
88
author='Stitch',
99
url='https://singer.io',

0 commit comments

Comments
 (0)