File tree Expand file tree Collapse file tree 2 files changed +7
-1
lines changed
Expand file tree Collapse file tree 2 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.
44
55The 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
Original file line number Diff line number Diff line change 11from setuptools import setup
22setup (
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" ,
You can’t perform that action at this time.
0 commit comments