From 71cfc7f7971cd8d79cf0dd25ab7ccfe6458d0886 Mon Sep 17 00:00:00 2001 From: Collin Simon Date: Thu, 27 May 2021 20:42:20 +0000 Subject: [PATCH] Bump to v0.2.0 and update changelog --- CHANGELOG.md | 6 ++++++ setup.py | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..c8034a8 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,6 @@ +# Changelog + +## 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) + * Add support for the campaigns stream [#29](https://github.com/singer-io/tap-klaviyo/pull/29) diff --git a/setup.py b/setup.py index 4670812..1eacb5f 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup setup(name='tap-klaviyo', - version='0.1.1', + version='0.2.0', description='Singer.io tap for extracting data from the Klaviyo API', author='Stitch', url='http://singer.io',