We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7241a86 commit 67bad82Copy full SHA for 67bad82
2 files changed
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+# 3.3.2
4
+ * Fix check for bad credentials [#222](https://github.com/singer-io/tap-github/pull/222)
5
+
6
# 3.3.1
7
* Fix new pylint issues [#221](https://github.com/singer-io/tap-github/pull/221)
8
setup.py
@@ -3,7 +3,7 @@
from setuptools import setup, find_packages
setup(name='tap-github',
- version='3.3.1',
+ version='3.3.2',
description='Singer.io tap for extracting data from the GitHub API',
author='Stitch',
9
url='http://singer.io',
0 commit comments