Skip to content

Commit

Permalink
Merge pull request #117 from LucentYang/main
Browse files Browse the repository at this point in the history
update release info
  • Loading branch information
CoboZhu authored Dec 29, 2023
2 parents 72dc6b3 + af48c98 commit 0a7a1e6
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 2 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,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.71] (2023-12-29)
[v0.71]: https://github.com/CoboGlobal/cobo-java-api/compare/v0.70...v0.71
### Added
- Add New API: Add release satoshis API for MPC Wallet. https://github.com/CoboGlobal/cobo-java-api/pull/115

## [v0.70] (2023-12-28)
[v0.70]: https://github.com/CoboGlobal/cobo-java-api/compare/v0.69...v0.70
### Added
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.69'
implementation 'com.github.CoboGlobal:cobo-java-api:v0.71'
}
```

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

Expand Down

0 comments on commit 0a7a1e6

Please sign in to comment.