Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions 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.96] (2025-01-13)
[v0.96]: https://github.com/CoboGlobal/cobo-java-api/compare/v0.95...v0.96
### Changed
- Add field `message` in the response of `getApprovalDetails` API for the MPC Wallet. https://github.com/CoboGlobal/cobo-java-api/pull/172

## [v0.95] (2024-10-30)
[v0.95]: https://github.com/CoboGlobal/cobo-java-api/compare/v0.94...v0.95
### Changed
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.95'
implementation 'com.github.CoboGlobal:cobo-java-api:v0.96'
}
```

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

Expand Down
Loading