Skip to content

Commit bf889c5

Browse files
authored
Merge pull request #98 from yangmingcobo/main
update release info
2 parents 54cc9b1 + 25fc591 commit bf889c5

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44

55
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
66

7+
## [0.44] (2024-09-02)
8+
[0.44]: https://github.com/CoboGlobal/cobo-python-api/compare/0.43...0.44
9+
### Added
10+
- Add New API `babylon_unbonding` and `babylon_withdraw` for MPC Wallet. https://github.com/CoboGlobal/cobo-python-api/pull/96
11+
- The method of the `estimate_fee` API for the MPC wallet has been changed from GET to POST. https://github.com/CoboGlobal/cobo-python-api/pull/97
12+
713
## [0.43] (2024-08-14)
814
[0.43]: https://github.com/CoboGlobal/cobo-python-api/compare/0.42...0.43
915
### Added

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22
setup(
33
name="cobo_custody",
4-
version="0.43",
4+
version="0.44",
55
author="Cobo",
66
author_email="support@cobo.com",
77
description="Cobo Custody restful api",

0 commit comments

Comments
 (0)