We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f8cd6b5 commit e990e88Copy full SHA for e990e88
2 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+## 0.1.0
4
+ * Add support for `wal2json` message format v2 via config parameter [91](https://github.com/singer-io/tap-postgres/pull/91)
5
+
6
## 0.0.70
7
* Look up ssl status in `pg_stat_ssl` and `pg_stat_activity` tables [#84](https://github.com/singer-io/tap-postgres/pull/84)
8
setup.py
@@ -3,7 +3,7 @@
from setuptools import setup
setup(name='tap-postgres',
- version='0.0.70',
+ version='0.1.0',
description='Singer.io tap for extracting data from PostgreSQL',
author='Stitch',
9
url='https://singer.io',
0 commit comments