diff --git a/CHANGELOG.md b/CHANGELOG.md index ebea5ee5..b114e677 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 3.1.2 + * Dependabot update [#228](https://github.com/singer-io/tap-hubspot/pull/228) + ## 3.1.1 * Replace legacy properties for Contacts and Deals [#265](https://github.com/singer-io/tap-hubspot/pull/265) @@ -20,7 +23,7 @@ ## 2.12.2 * Use engagements_page_size advanced option [#234](https://github.com/singer-io/tap-hubspot/pull/234) - * + ## 2.12.1 * Use sync start time for writing bookmarks [#226](https://github.com/singer-io/tap-hubspot/pull/226) @@ -122,4 +125,4 @@ ## 2.2.0 * Adds property selection to the tap [#67](https://github.com/singer-io/tap-hubspot/pull/67) * Removed the keywords stream as it is deprecated [#68](https://github.com/singer-io/tap-hubspot/pull/68) - * Schema updates [#69](https://github.com/singer-io/tap-hubspot/pull/69) [#70](https://github.com/singer-io/tap-hubspot/pull/70) + * Schema updates [#69](https://github.com/singer-io/tap-hubspot/pull/69) [#70](https://github.com/singer-io/tap-hubspot/pull/70) \ No newline at end of file diff --git a/setup.py b/setup.py index 88a7703a..8550dafd 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='tap-hubspot', - version='3.1.1', + version='3.1.2', description='Singer.io tap for extracting data from the HubSpot API', author='Stitch', url='http://singer.io', @@ -12,7 +12,7 @@ install_requires=[ 'attrs==16.3.0', 'singer-python==5.13.0', - 'requests==2.20.0', + 'requests==2.31.0', 'backoff==1.8.0', 'requests_mock==1.3.0', ],