Skip to content

Commit

Permalink
Bump to v1.0.0, update changelog (AutoIDM#45)
Browse files Browse the repository at this point in the history
  • Loading branch information
bryantgray authored Apr 4, 2022
1 parent 009bfc4 commit a583d86
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,11 @@
# Changelog

## v1.0.0
* Version bump for GA release
* Adds fields to click_view report definition [#44](https://github.com/singer-io/tap-google-ads/pull/44)
* Adds date ranges to tests for faster test runs [#43](https://github.com/singer-io/tap-google-ads/pull/43)
* Adds more tests around primary key hashing [#42](https://github.com/singer-io/tap-google-ads/pull/42)

## v0.3.0
* Removes unused code
* Adds a behavior to "_sdc_record_hash"
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='0.3.0',
version='1.0.0',
description='Singer.io tap for extracting data from the Google Ads API',
author='Stitch',
url='http://singer.io',
Expand Down

0 comments on commit a583d86

Please sign in to comment.