From a513fdd0fc7f26732d376a49990b7e3e569ee097 Mon Sep 17 00:00:00 2001 From: Andy Lu Date: Thu, 24 Jun 2021 14:15:57 -0400 Subject: [PATCH] Bump to v1.10.0, update changelog (#127) --- CHANGELOG.md | 9 +++++++++ setup.py | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 50be8738..6412f68b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/setup.py b/setup.py index c6f9c8ea..cbab05c5 100644 --- a/setup.py +++ b/setup.py @@ -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',