Skip to content

Commit

Permalink
Bump Version for Request Timeout (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: KrishnanG <[email protected]>
  • Loading branch information
KrisPersonal and KrishnanG authored Dec 2, 2021
1 parent 94966d7 commit 145c9a9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
# Changelog

## 0.2.1
* Added Request Timeout [#47](https://github.com/singer-io/tap-klaviyo/pull/47)

## 0.2.0
* Add support for field selection [#25](https://github.com/singer-io/tap-klaviyo/pull/25)
* Add retry mechanism [#30](https://github.com/singer-io/tap-klaviyo/pull/30)
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-klaviyo',
version='0.2.0',
version='0.2.1',
description='Singer.io tap for extracting data from the Klaviyo API',
author='Stitch',
url='http://singer.io',
Expand Down

0 comments on commit 145c9a9

Please sign in to comment.