Skip to content

Commit

Permalink
Bump version for minor changes (singer-io#34)
Browse files Browse the repository at this point in the history
* Bump version for minor changes

* Bump version

Co-authored-by: KrishnanG <[email protected]>
  • Loading branch information
KrisPersonal and KrishnanG authored Jan 18, 2022
1 parent 291e140 commit 744a803
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# Changelog

## 0.0.13
* Add organic installations[#20](https://github.com/singer-io/tap-appsflyer/pull/20)
* Add Helper Function to remove whitespaces from config and respective unittest[#29](https://github.com/singer-io/tap-appsflyer/pull/29)
* Added data restrictions of no more than 90 days from Current date[#30](https://github.com/singer-io/tap-appsflyer/pull/30)

## 0.0.12
* Adds safety try/catch to bookmarking logic for when `attributed_touch_time` does not exist on `installs` stream rows [#24](https://github.com/singer-io/tap-appsflyer/pull/24)

Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

setup(
name='tap-appsflyer',
version='0.0.12',
version='0.0.13',
description='Singer.io tap for extracting data from the AppsFlyer API',
author='Stitch, Inc.',
url='http://singer.io',
Expand Down

0 comments on commit 744a803

Please sign in to comment.