diff --git a/CHANGELOG.md b/CHANGELOG.md index 3677b76..61564d2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.1.1 + * Dependabot update [#62](https://github.com/singer-io/tap-linkedin-ads/pull/62) + ## 2.1.0 * Bump to API version `202302` * Move and update `FIELDS_UNACCEPTED_BY_API` @@ -90,4 +93,4 @@ * Re-work sync.py child node to simplify and bulkify. Fix client.py permissions issue with check_access_token. Simplify transform.py, leverage singer-io datetime conversions for unix ms integers. ## 0.0.1 - * Initial commit + * Initial commit \ No newline at end of file diff --git a/setup.py b/setup.py index fb56d58..0044dfc 100644 --- a/setup.py +++ b/setup.py @@ -3,14 +3,14 @@ from setuptools import setup, find_packages setup(name='tap-linkedin-ads', - version='2.1.0', + version='2.1.1', description='Singer.io tap for extracting data from the LinkedIn Marketing Ads API API 2.0', author='jeff.huth@bytecode.io', classifiers=['Programming Language :: Python :: 3 :: Only'], py_modules=['tap_linkedin_ads'], install_requires=[ 'backoff==1.8.0', - 'requests==2.22.0', + 'requests==2.31.0', 'singer-python==5.12.1' ], extras_require={ @@ -28,4 +28,4 @@ 'tap_linkedin_ads': [ 'schemas/*.json' ] - }) + }) \ No newline at end of file