Skip to content

Commit

Permalink
Bump 0.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel Fowler committed Feb 10, 2021
1 parent baabea7 commit 3291789
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
11 changes: 11 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
# Changelog

## [0.11.0] - 2021-02-10

* [Added] Add tests for list method (https://github.com/omise/omise-python/pull/50)
* [Added] Add list events method for Charge (https://github.com/omise/omise-python/pull/48)
* [Added] Add accept method for Dispute (https://github.com/omise/omise-python/pull/47)
* [Added] Add Document API (https://github.com/omise/omise-python/pull/46)
* [Added] Add Chain API (https://github.com/omise/omise-python/pull/45)
* [Added] Add Capability API (https://github.com/omise/omise-python/pull/44)
* [Added] Add expire method for Charge (https://github.com/omise/omise-python/pull/43)
* [Added] Add retrieve method for Source (https://github.com/omise/omise-python/pull/42)

## [0.10.0] - 2021-01-27

* [Added] Add update method for Account (https://github.com/omise/omise-python/pull/34)
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@
setup(name='omise',
long_description=long_description,
long_description_content_type='text/markdown',
version='0.10.0',
version='0.11.0',
description='Omise Python client',
author='Omise',
author_email='support@omise.co',
Expand Down

0 comments on commit 3291789

Please sign in to comment.