diff --git a/CHANGELOG.md b/CHANGELOG.md index 8351c2e..9e087f4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 1.1.4 + * Dependabot update [#82](https://github.com/singer-io/tap-google-analytics/pull/82) + ## 1.1.3 * Allow non-valid datetime strings in the date fields, specifically to handle the case where a report's row limit is reached. [#75](https://github.com/singer-io/tap-google-analytics/pull/75) * More on Google's row limits [here](https://support.google.com/analytics/answer/9309767). @@ -89,4 +92,4 @@ * Handles top-level exceptions through Singer function [#14](https://github.com/singer-io/tap-google-analytics/pull/11) ## 0.2.0 - * Adds a 'report_definitions' config parameter to add support for syncing multiple reports [#11](https://github.com/singer-io/tap-google-analytics/pull/11) + * Adds a 'report_definitions' config parameter to add support for syncing multiple reports [#11](https://github.com/singer-io/tap-google-analytics/pull/11) \ No newline at end of file diff --git a/setup.py b/setup.py index cb4fe8e..6b1806b 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ setup( name="tap-google-analytics", - version="1.1.3", + version="1.1.4", description="Singer.io tap for extracting data", author="Stitch", url="http://singer.io", @@ -11,7 +11,7 @@ py_modules=["tap_google_analytics"], install_requires=[ "singer-python==5.9.0", - "requests==2.22.0", + "requests==2.31.0", "backoff==1.8.0", "jwt==0.6.1" ], @@ -33,4 +33,4 @@ "tap_google_analytics": ["tap_google_analytics/ga_cubes.json"] }, include_package_data=True, -) +) \ No newline at end of file