Skip to content

Commit

Permalink
Bump ckb-sdk-java to 3.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
eval-exec committed Nov 26, 2024
1 parent 53825e5 commit a624360
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 2 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,12 @@
# 3.0.0 (2024-11-26)
- feat: support indexer filter script_len_range
- feat: support v0.119.0 rpcs #683
- feat: add script hash type data2
- feat: force small change as fee
- fix: Make dao handler get correct withdraw block hash
- feat: support type id handler


# 2.1.1 (2023-03-23)
- feat: support with_cycles for get_block and get_block_by_number rpc (#623)
- feat: support packed rpcs (#624)
Expand Down
4 changes: 2 additions & 2 deletions build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ allprojects {
targetCompatibility = 1.8

group 'org.nervos.ckb'
version '2.1.1'
version '3.0.0'
apply plugin: 'java'

repositories {
Expand Down Expand Up @@ -105,7 +105,7 @@ configure(subprojects.findAll { it.name != 'tests' }) {
publications {
mavenJava(MavenPublication) {
groupId 'org.nervos.ckb'
version '2.1.1'
version '3.0.0'
from components.java

pom {
Expand Down

0 comments on commit a624360

Please sign in to comment.