Skip to content

Commit

Permalink
Bump version to fix team_members primary key (#158)
Browse files Browse the repository at this point in the history
Co-authored-by: KrishnanG <[email protected]>
  • Loading branch information
KrisPersonal and KrishnanG authored Feb 23, 2022
1 parent 3126c9d commit 4f7ba58
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

# 1.10.4
* Fix team_members stream primary Key [#157] (https://github.com/singer-io/tap-github/pull/157)

# 1.10.3
* Implemented wildcard implementation [#145] (https://github.com/singer-io/tap-github/pull/145)
* Added additional test coverage [#145] (https://github.com/singer-io/tap-github/pull/145)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
url='http://singer.io',
Expand Down

0 comments on commit 4f7ba58

Please sign in to comment.