Skip to content

Commit

Permalink
Bump version (#67)
Browse files Browse the repository at this point in the history
Co-authored-by: KrishnanG <[email protected]>
  • Loading branch information
KrisPersonal and KrishnanG authored Jun 15, 2022
1 parent ba39b45 commit e4aab11
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit e4aab11

Please sign in to comment.