diff --git a/CHANGELOG.md b/CHANGELOG.md index 18ac0a4d7c0..24877bf8eb4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,4 +1,12 @@ # Changelog +## 22.1.0 + +### 22.1.0 Breaking Changes + +### Additions and Improvements + +### Bug Fixes + ## 22.1.0-RC3 - Changing the order in which we traverse the word state tree during fast sync. This should improve fast sync during subsequent pivot changes. @@ -17,6 +25,10 @@ - Fix for ethFeeHistory accepting hex values for blockCount - Fix a sync issue, when the chain downloader incorrectly shutdown when a task in the pipeline is cancelled. [#3319](https://github.com/hyperledger/besu/pull/3319) +### Download Links +https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/22.1.0-RC3/besu-22.1.0-RC3.tar.gz \ SHA256 fb521c64529b5d19cc8121f91a14087a89a814a83ea1f372f15c0ebdba01bb3a +https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/22.1.0-RC3/besu-22.1.0-RC3.zip \ SHA256 f0bcad0275f15078dad1dcb87f49e7c86d754e4346a06e8ac2f9a690c4b8c088 + ## 22.1.0-RC2 ### 22.1.0-RC2 Breaking Changes diff --git a/gradle.properties b/gradle.properties index 1a0508fda63..a48fdb99598 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=22.1.0-RC3 +version=22.1.0-RC4-SNAPSHOT # Workaround for Java 16 and spotless bug 834 https://github.com/diffplug/spotless/issues/834 org.gradle.jvmargs=--add-exports jdk.compiler/com.sun.tools.javac.api=ALL-UNNAMED \