From 6fcb3ea77ab6efac2bad379c4ae3a60490ac7fb5 Mon Sep 17 00:00:00 2001 From: AnasNaouchi Date: Thu, 6 Feb 2025 10:49:07 +0700 Subject: [PATCH] Bump v0.15.0 --- CHANGELOG.md | 4 ++++ setup.py | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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',