Skip to content

Commit

Permalink
Merge pull request #107 from neal-zhu/main
Browse files Browse the repository at this point in the history
release 0.46
  • Loading branch information
CoboZhu authored Mar 6, 2025
2 parents 1be012b + 12dd802 commit 76b1f9c
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,12 @@ All notable changes to this project will be documented in this file.

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

## [0.46] (2025-03-06)
[0.46]: https://github.com/CoboGlobal/cobo-python-api/compare/0.45...0.46
### Added
- Add babylon claim rewards interface. https://github.com/CoboGlobal/cobo-python-api/pull/106
- Add babylon register staking interface. https://github.com/CoboGlobal/cobo-python-api/pull/105

## [0.45] (2025-02-21)
[0.45]: https://github.com/CoboGlobal/cobo-python-api/compare/0.44...0.45
### Added
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
from setuptools import setup
setup(
name="cobo_custody",
version="0.45",
version="0.46",
author="Cobo",
author_email="[email protected]",
description="Cobo Custody restful api",
Expand Down

0 comments on commit 76b1f9c

Please sign in to comment.