We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1b52250 commit 76cd866Copy full SHA for 76cd866
2 files changed
CHANGELOG.md
@@ -1,3 +1,9 @@
1
+## [0.8.1] - 2018-05-21
2
+
3
+This version fixes Schedule API getting wrong response when it destroyed.
4
5
+* [Fixed] Schedule API return proper response when it destroyed.
6
7
## [0.8.0] - 2018-01-11
8
9
This version adds support for Receipt API, and Source API.
setup.py
@@ -12,7 +12,7 @@
12
from distutils.core import setup
13
14
setup(name='omise',
15
- version='0.8.0',
+ version='0.8.1',
16
description='Omise Python client',
17
author='Omise',
18
author_email='support@omise.co',
0 commit comments