update after releasing 22.1.3 (#3663)

Signed-off-by: Stefan Pingel <stefan.pingel@consensys.net>
pull/3667/head
Stefan Pingel 3 years ago committed by GitHub
parent 81b4ca61ab
commit cce11f90cd
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 7
      CHANGELOG.md
  2. 2
      gradle.properties

@ -1,5 +1,8 @@
# Changelog
## 22.1.4
## 22.1.3
### Breaking Changes
@ -14,6 +17,10 @@
- Avoid reprocessing remote transactions already seen [#3626](https://github.com/hyperledger/besu/pull/3626)
- Upgraded jackson-databind dependency version [#3647](https://github.com/hyperledger/besu/pull/3647)
## Download Links
- https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/22.1.3/besu-22.1.3.zip / SHA256 9dafb80f2ec9ce8d732fd9e9894ca2455dd02418971c89cd6ccee94c53354d5d
- https://hyperledger.jfrog.io/artifactory/besu-binaries/besu/22.1.3/besu-22.1.3.tar.gz / SHA256 f9f8d37353aa4b5d12e87c08dd86328c1cffc591c6fc9e076c0f85a1d4663dfe
## 22.1.2
### Additions and Improvements

@ -1,4 +1,4 @@
version=22.1.3-SNAPSHOT
version=22.1.4-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