Skip to content

Commit

Permalink
Bump to v1.10.0, update changelog (#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
luandy64 authored Jun 24, 2021
1 parent c378373 commit a513fdd
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,14 @@
# Changelog

# 1.10.0
* Handle rate limiting [#113](https://github.com/singer-io/tap-github/pull/113)
* Handle `None` date times in the Issue Milestones Stream [#114](https://github.com/singer-io/tap-github/pull/114)
* Change the Stargazers Stream to be Full Table replication [#118](https://github.com/singer-io/tap-github/pull/118)
* Log an error message if an organization cannot be found [#121](https://github.com/singer-io/tap-github/pull/121)
* Bump `singer-python` dependency to `v5.12.1` [#117](https://github.com/singer-io/tap-github/pull/117)
* Remove stream `pull_request_reviews` [#117](https://github.com/singer-io/tap-github/pull/117)
* Add API access check to discovery mode [#123](https://github.com/singer-io/tap-github/pull/123)

# 1.9.2
* Adds `base` to `pull_requests` schema [#109](https://github.com/singer-io/tap-github/pull/109)

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.9.2',
version='1.10.0',
description='Singer.io tap for extracting data from the GitHub API',
author='Stitch',
url='http://singer.io',
Expand Down

0 comments on commit a513fdd

Please sign in to comment.