Skip to content

Commit b1663b2

Browse files
author
Andy Lu
authored
Bump to v1.8.1, update changelog (singer-io#86)
1 parent 292dd5c commit b1663b2

2 files changed

Lines changed: 4 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
# Changelog
22

3+
# 1.8.1
4+
* Add stream `pr_commits` back in [#81](https://github.com/singer-io/tap-github/pull/81)
5+
36
# 1.8.0
47
* Added team_memberships stream [#75](https://github.com/singer-io/tap-github/pull/75)
58

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
from setuptools import setup, find_packages
44

55
setup(name='tap-github',
6-
version='1.8.0',
6+
version='1.8.1',
77
description='Singer.io tap for extracting data from the GitHub API',
88
author='Stitch',
99
url='http://singer.io',

0 commit comments

Comments
 (0)