We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent feb1c9a commit 3d8e7bcCopy full SHA for 3d8e7bc
CHANGELOG.md
@@ -1,3 +1,8 @@
1
+0.68.0 (2025-01-10)
2
+-------------------
3
+- Bump `requests` from `2.20.0` to `2.32.2` in `/singer-connectors/tap-github`
4
+- Add `reset_state` command for PG taps
5
+
6
0.67.0 (2024-11-19)
7
-------------------
8
- Fix map date column to correct Postgres type
setup.py
@@ -7,7 +7,7 @@
setup(name='pipelinewise',
9
python_requires='==3.10.*',
10
- version='0.67.0',
+ version='0.68.0',
11
description='PipelineWise',
12
long_description=LONG_DESCRIPTION,
13
long_description_content_type='text/markdown',
0 commit comments