diff --git a/CHANGELOG.md b/CHANGELOG.md index a9f21dc..9916eba 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.1.1 + * Bump requests from 2.23.0 to 2.32.3 [#62](https://github.com/singer-io/tap-intercom/pull/62) + ## 2.1.0 * Fix conversations stream bookmarking [#73](https://github.com/singer-io/tap-intercom/pull/73) * Update conversations schema [#71](https://github.com/singer-io/tap-intercom/pull/71) @@ -70,4 +73,4 @@ * Fix rate limit issue in client.py, intermittently failing in Discover mode. ## 0.0.1 - * Initial commit + * Initial commit \ No newline at end of file diff --git a/setup.py b/setup.py index 4371c17..f0e96f3 100644 --- a/setup.py +++ b/setup.py @@ -3,14 +3,14 @@ from setuptools import setup, find_packages setup(name='tap-intercom', - version='2.1.0', + version='2.1.1', description='Singer.io tap for extracting data from the Intercom API', author='jeff.huth@bytecode.io', classifiers=['Programming Language :: Python :: 3 :: Only'], py_modules=['tap_intercom'], install_requires=[ 'backoff==1.8.0', - 'requests==2.23.0', + 'requests==2.32.3', 'singer-python==5.10.0' ], entry_points=''' @@ -30,4 +30,4 @@ 'parameterized' ] } - ) + ) \ No newline at end of file