diff --git a/CHANGELOG.md b/CHANGELOG.md index b5f989a..b97a330 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## [0.15.0] - 2025-02-06 + +* [Added] Add date filtering for charge list (https://github.com/omise/omise-python/pull/75) + ## [0.14.0] - 2024-07-10 * [Fix] Resolve the syntax warning (https://github.com/omise/omise-python/pull/73) diff --git a/setup.py b/setup.py index f4b2e2e..c018daf 100644 --- a/setup.py +++ b/setup.py @@ -18,7 +18,7 @@ setup(name='omise', long_description=long_description, long_description_content_type='text/markdown', - version='0.14.0', + version='0.15.0', description='Omise Python client', author='Omise', author_email='support@omise.co',