Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update release info #57

Merged
merged 14 commits into from
Jan 5, 2024
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/).

## [v0.2.23] (2024-01-04)
[v0.2.23]: https://github.com/CoboGlobal/cobo-php-api/compare/v0.2.22...v0.2.23

### Added
- Add New API: Add get_coin_info API for MPC Wallet. https://github.com/CoboGlobal/cobo-php-api/pull/56

## [v0.2.22] (2023-12-28)
[v0.2.22]: https://github.com/CoboGlobal/cobo-php-api/compare/v0.2.21...v0.2.22

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ The cobo_custody library can be conveniently installed using Composer.
```json
{
"require": {
"cobo/cobo_custody": "0.2.22"
"cobo/cobo_custody": "0.2.23"
}
}
```
Expand Down
Loading