We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3126c9d commit 4f7ba58Copy full SHA for 4f7ba58
CHANGELOG.md
@@ -1,5 +1,8 @@
1
# Changelog
2
3
+# 1.10.4
4
+ * Fix team_members stream primary Key [#157] (https://github.com/singer-io/tap-github/pull/157)
5
+
6
# 1.10.3
7
* Implemented wildcard implementation [#145] (https://github.com/singer-io/tap-github/pull/145)
8
* Added additional test coverage [#145] (https://github.com/singer-io/tap-github/pull/145)
setup.py
@@ -3,7 +3,7 @@
from setuptools import setup, find_packages
setup(name='tap-github',
- version='1.10.3',
+ version='1.10.4',
description='Singer.io tap for extracting data from the GitHub API',
author='Stitch',
9
url='http://singer.io',
0 commit comments