diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f68c136..c46b834b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/build.gradle b/build.gradle index 67bc674f..074c4d02 100644 --- a/build.gradle +++ b/build.gradle @@ -42,7 +42,7 @@ allprojects { targetCompatibility = 1.8 group 'org.nervos.ckb' - version '2.1.1' + version '3.0.0' apply plugin: 'java' repositories { @@ -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 {