Skip to content

Commit a513fdd

Browse files
authored
Bump to v1.10.0, update changelog (#127)
1 parent c378373 commit a513fdd

File tree

2 files changed

+10
-1
lines changed

2 files changed

+10
-1
lines changed

CHANGELOG.md

+9
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,14 @@
11
# Changelog
22

3+
# 1.10.0
4+
* Handle rate limiting [#113](https://github.com/singer-io/tap-github/pull/113)
5+
* Handle `None` date times in the Issue Milestones Stream [#114](https://github.com/singer-io/tap-github/pull/114)
6+
* Change the Stargazers Stream to be Full Table replication [#118](https://github.com/singer-io/tap-github/pull/118)
7+
* Log an error message if an organization cannot be found [#121](https://github.com/singer-io/tap-github/pull/121)
8+
* Bump `singer-python` dependency to `v5.12.1` [#117](https://github.com/singer-io/tap-github/pull/117)
9+
* Remove stream `pull_request_reviews` [#117](https://github.com/singer-io/tap-github/pull/117)
10+
* Add API access check to discovery mode [#123](https://github.com/singer-io/tap-github/pull/123)
11+
312
# 1.9.2
413
* Adds `base` to `pull_requests` schema [#109](https://github.com/singer-io/tap-github/pull/109)
514

setup.py

+1-1
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.9.2',
6+
version='1.10.0',
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)