diff --git a/CHANGELOG.md b/CHANGELOG.md index 8554e65..f039441 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +## [0.8.1] - 2018-05-21 + +This version fixes Schedule API getting wrong response when it destroyed. + +* [Fixed] Schedule API return proper response when it destroyed. + ## [0.8.0] - 2018-01-11 This version adds support for Receipt API, and Source API. diff --git a/setup.py b/setup.py index be657b2..a3466fb 100644 --- a/setup.py +++ b/setup.py @@ -12,7 +12,7 @@ from distutils.core import setup setup(name='omise', - version='0.8.0', + version='0.8.1', description='Omise Python client', author='Omise', author_email='support@omise.co',