From ac0a41fce0f09eb6c6cdee33dbdac40db742b329 Mon Sep 17 00:00:00 2001 From: Andy Lu Date: Mon, 11 Oct 2021 09:39:07 -0400 Subject: [PATCH] Bump to v1.1.0, update changelog --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5dce5ac..a166d7b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.1.0 + * Refactored the tap with a class based approach [#13](https://github.com/stitchdata/sources-utils/pull/13) / [#14](https://github.com/singer-io/tap-recharge/pull/14) + * Add integration tests [#14](https://github.com/stitchdata/sources-utils/pull/14) + ## 1.0.4 * Update rate limits to match ReCharge's [#8](https://github.com/singer-io/tap-recharge/pull/8) diff --git a/setup.py b/setup.py index 8fc820a..e0c646e 100644 --- a/setup.py +++ b/setup.py @@ -3,7 +3,7 @@ from setuptools import setup, find_packages setup(name='tap-recharge', - version='1.0.4', + version='1.1.0', description='Singer.io tap for extracting data from the ReCharge Payments API 2.0', author='jeff.huth@bytecode.io', classifiers=['Programming Language :: Python :: 3 :: Only'],