We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 396a4a1 commit 08f2724Copy full SHA for 08f2724
2 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+# 3.3.3
4
+ * Fix `translate_state` to not delete state [#224](https://github.com/singer-io/tap-github/pull/224)
5
+ * Add unit tests to prove there's a bug and prevent future regression
6
+
7
# 3.3.2
8
* Fix check for bad credentials [#222](https://github.com/singer-io/tap-github/pull/222)
9
setup.py
@@ -3,7 +3,7 @@
from setuptools import setup, find_packages
setup(name='tap-github',
- version='3.3.2',
+ version='3.3.3',
description='Singer.io tap for extracting data from the GitHub API',
author='Stitch',
url='http://singer.io',
0 commit comments