diff --git a/HISTORY.md b/HISTORY.md index a929a11..3b9392e 100644 --- a/HISTORY.md +++ b/HISTORY.md @@ -1,5 +1,8 @@ # createsend-python history +## v6.1.0 - 29 August, 2019 +* Added support for Journeys endpoints +* This includes the 3 client/journeys, journeys/summary and the journeys/email/... endpoints ## v6.0.0 - 21 May, 2018 diff --git a/setup.py b/setup.py index dabdfa3..2a79d63 100644 --- a/setup.py +++ b/setup.py @@ -2,7 +2,7 @@ setup( name="createsend", - version='6.0.0', + version='6.1.0', description="A library which implements the complete functionality of the Campaign Monitor API.", author='Campaign Monitor', author_email='support@campaignmonitor.com',