Skip to content

Commit f4dab2d

Browse files
nick-mccoynick-mccoy
andauthored
bump version to 0.0.70 (#87)
Co-authored-by: nick-mccoy <nick@stitchdata.com>
1 parent 6cca87f commit f4dab2d

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

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.70
4+
* Look up ssl status in `pg_stat_ssl` and `pg_stat_activity` tables [#84](https://github.com/singer-io/tap-postgres/pull/84)
5+
36
## 0.0.69
47
* Add `sslmode` log message when opening connection [#82](https://github.com/singer-io/tap-postgres/pull/82)
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.69',
6+
version='0.0.70',
77
description='Singer.io tap for extracting data from PostgreSQL',
88
author='Stitch',
99
url='https://singer.io',

0 commit comments

Comments
 (0)