Skip to content

Commit

Permalink
Merge pull request #148 from LucentYang/main
Browse files Browse the repository at this point in the history
update release info
  • Loading branch information
CoboZhu authored Jun 3, 2024
2 parents 394fa87 + 84ee2d7 commit 9353211
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 @@ -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.83] (2024-06-03)
[v0.83]: https://github.com/CoboGlobal/cobo-java-api/compare/v0.82...v0.83
### Changed
- Add APIs for the Babylon Staking of Co-managed Wallet. https://github.com/CoboGlobal/cobo-java-api/pull/147

## [v0.82] (2024-05-29)
[v0.82]: https://github.com/CoboGlobal/cobo-java-api/compare/v0.81...v0.82
### 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.82'
implementation 'com.github.CoboGlobal:cobo-java-api:v0.83'
}
```

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

Expand Down

0 comments on commit 9353211

Please sign in to comment.