Skip to content

Commit

Permalink
Merge pull request #617 from liuck8080/chore/release-2.1.0
Browse files Browse the repository at this point in the history
chore: 🤖 Release 2.1.0
  • Loading branch information
Chuankai Liu authored Dec 26, 2022
2 parents b282ad6 + d9c8d20 commit 614d3bf
Show file tree
Hide file tree
Showing 3 changed files with 17 additions and 3 deletions.
14 changes: 14 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,17 @@
# 2.1.0 (2022-12-26)

## 🚀 Features

- feat: support omnilock script (#590)
- feat: support building transaction in dev chain (#591)
- feat: support indexer RPC in ckb (#601)
- feat: support light client RPC (#602)
- feat: support offchain cell (#603, 606)
- feat: support field extra in mercury RPC get_balance (#605)
- feat: support RPC method estimate_cycles (#608)
- feat:support rpc method get fee rate statics (#611)
- feat: guitar Make ckb-indexer can configure which api url to use (#613)

# 2.0.3 (2022-07-13)

## 🐛 Bug Fixes
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ allprojects {
targetCompatibility = 1.8

group 'org.nervos.ckb'
version '2.0.3'
version '2.1.0'
apply plugin: 'java'

repositories {
Expand Down Expand Up @@ -97,7 +97,7 @@ configure(subprojects.findAll { it.name != 'tests' }) {
publications {
mavenJava(MavenPublication) {
groupId 'org.nervos.ckb'
version '2.0.3'
version '2.1.0'
from components.java
}
}
Expand Down
2 changes: 1 addition & 1 deletion light-client/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ plugins {
}

group 'org.nervos.ckb'
version '2.0.3'
version '2.1.0'

repositories {
mavenCentral()
Expand Down

0 comments on commit 614d3bf

Please sign in to comment.