Prep 22.7.0 release (#4139)

Prep snapshot of 22.7.0

Signed-off-by: Danno Ferrin <danno.ferrin@gmail.com>
pull/4096/head
Danno Ferrin 2 years ago committed by GitHub
parent 02d834518c
commit 8eb22bbaa1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      CHANGELOG.md
  2. 2
      gradle.properties

@ -1,5 +1,11 @@
# Changelog
## 22.7.0
### Additions and Improvements
### Bug Fixes
## 22.7.0-RC2
### Additions and Improvements
@ -27,6 +33,10 @@
- The build process runs successfully even though the system language is not English [#4102](https://github.com/hyperledger/besu/pull/4102)
- Avoid starting or stopping the BlockPropagationManager more than once [#4122](https://github.com/hyperledger/besu/pull/4122)
### Download links
- https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/22.7.0-RC2/besu-22.7.0-RC2.tar.gz / sha256: `//FIXME`
- https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/22.7.0-RC2/besu-22.7.0-RC2.zip / sha256: `//FIXME`
## 22.7.0-RC1
### Additions and Improvements

@ -1,4 +1,4 @@
version=22.7.0-RC2
version=22.7.0-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 \

Loading…
Cancel
Save