diff --git a/CHANGELOG.md b/CHANGELOG.md index c5608b1..e07c01a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,8 @@ # CHANGELOG ## In Development + +## 1.0.6 * Integrate with Google APIs for managing contact group associated with active subscriptions. * Cleanup Venmo client initialization * Consolidate to `clients/venmo.py` diff --git a/setup.py b/setup.py index d2e7a69..a6de56b 100644 --- a/setup.py +++ b/setup.py @@ -7,7 +7,7 @@ setup( name="payable-subscriptions", - version="1.0.5", + version="1.0.6", url='https://github.com/curtis628/payable-subscriptions', author='Tyler Curtis', author_email="tjcurt@gmail.com",