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'],