From 79b1471b2b113ec400bf34999e659ec0a0ce74d8 Mon Sep 17 00:00:00 2001 From: Justin Florentine Date: Mon, 22 Aug 2022 14:04:56 -0400 Subject: [PATCH] upreved to new snapshot (#4291) * upreved to new snapshot * download links / shas in changelog Signed-off-by: Justin Florentine --- CHANGELOG.md | 13 +++++++++++++ gradle.properties | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec77906837d..c6468ef9034 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## 22.7.2 + +### Additions and Improvements + +### Bug Fixes + + ## 22.7.1 ### Additions and Improvements @@ -15,6 +22,12 @@ - Fix encoding of key (short hex) in eth_getProof [#4261](https://github.com/hyperledger/besu/pull/4261) - Fix for post-merge networks fast-sync [#4224](https://github.com/hyperledger/besu/pull/4224), [#4276](https://github.com/hyperledger/besu/pull/4276) +### Download links +- https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/22.7.1/besu-22.7.1.tar.gz / sha256: `7cca4c11e1d7525c172f2af9fbf456d134ada60e970d8b6abcfcd6c623b5dd36` +- https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/22.7.1/besu-22.7.1.zip / sha256: `ba6e0b9b65ac36d041a5072392f119ff76e8e9f53a3d7b1e1a658ef1e4705d7a` + + + ## 22.7.0 ### Additions and Improvements diff --git a/gradle.properties b/gradle.properties index 538911ba47a..5c3c7bad369 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=22.7.1-SNAPSHOT +version=22.7.2-SNAPSHOT org.gradle.welcome=never org.gradle.jvmargs=-Xmx1g \ No newline at end of file