Skip to content

Commit

Permalink
Merge pull request #135 from LucentYang/main
Browse files Browse the repository at this point in the history
update release info
  • Loading branch information
CoboZhu authored Apr 3, 2024
2 parents 2272aa0 + 53f013b commit e584f8e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 3 deletions.
7 changes: 6 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,11 @@ 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.78] (2024-04-03)
[v0.78]: https://github.com/CoboGlobal/cobo-java-api/compare/v0.77...v0.78
### Changed
- Resolve the precision issue with the `amount` field in the API list_spendable for the MPC Wallet. https://github.com/CoboGlobal/cobo-java-api/pull/134

## [v0.77] (2024-03-11)
[v0.77]: https://github.com/CoboGlobal/cobo-java-api/compare/v0.76...v0.77
### Changed
Expand All @@ -12,7 +17,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/).
## [v0.76] (2024-02-28)
[v0.76]: https://github.com/CoboGlobal/cobo-java-api/compare/v0.75...v0.76
### Changed
- Add New Params: Add new parameter 'extra_parameters' for API mpc_speedup_transaction and mpc_drop_transaction. https://github.com/CoboGlobal/cobo-java-api/pull/131
- Add New Params: Add new parameter `extra_parameters` for API mpc_speedup_transaction and mpc_drop_transaction. https://github.com/CoboGlobal/cobo-java-api/pull/131

## [v0.75] (2024-01-12)
[v0.75]: https://github.com/CoboGlobal/cobo-java-api/compare/v0.74...v0.75
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ gradle:

```
dependencies {
implementation 'com.github.CoboGlobal:cobo-java-api:v0.77'
implementation 'com.github.CoboGlobal:cobo-java-api:v0.78'
}
```

Expand All @@ -63,7 +63,7 @@ maven:
<dependency>
<groupId>com.github.CoboGlobal</groupId>
<artifactId>cobo-java-api</artifactId>
<version>v0.77</version>
<version>v0.78</version>
</dependency>
```

Expand Down

0 comments on commit e584f8e

Please sign in to comment.