diff --git a/CHANGELOG.md b/CHANGELOG.md index 0714c04f..06127c2c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,8 @@ # Changelog +## 2.0.2 + * Upgrade singer-python to 5.13.0 [#161](https://github.com/singer-io/tap-stripe/pull/161) + ## 2.0.1 * Reduce API calls to stripe [#150](https://github.com/singer-io/tap-stripe/pull/150) * Added support of config parameter event_date_date_window. diff --git a/setup.py b/setup.py index b0005113..4592f751 100755 --- a/setup.py +++ b/setup.py @@ -10,7 +10,7 @@ classifiers=["Programming Language :: Python :: 3 :: Only"], py_modules=["tap_stripe"], install_requires=[ - "singer-python==5.5.1", + "singer-python==5.13.0", "stripe==2.64.0", ], extras_require={