From e4aab119fdbe527ec7de84d99ed809277a21982d Mon Sep 17 00:00:00 2001 From: KrisPersonal <66801357+KrisPersonal@users.noreply.github.com> Date: Wed, 15 Jun 2022 13:59:10 -0700 Subject: [PATCH] Bump version (#67) Co-authored-by: KrishnanG --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c9aa24b..afc971a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## v1.3.1 + * Handle uncaught exceptions [#61](https://github.com/singer-io/tap-google-ads/pull/61) + * Implement interruptible full table streams [#60](https://github.com/singer-io/tap-google-ads/pull/60) + ## v1.3.0 [#58](https://github.com/singer-io/tap-google-ads/pull/58) * Adds several new core streams including ad_group_criterion, campaign_criterion, and their attributed resources. * Adds new subclass UserInterestStream to handle stream specific name transformations. diff --git a/setup.py b/setup.py index 3302101..c4f7ad9 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='tap-google-ads', - version='1.3.0', + version='1.3.1', description='Singer.io tap for extracting data from the Google Ads API', author='Stitch', url='http://singer.io',