Prepare for 21.10.2-SNAPSHOT (#3024)

* 21.10.2-SNAPSHOT

Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>

* moved things to next release

Signed-off-by: Sally MacFarlane <sally.macfarlane@consensys.net>

Co-authored-by: Stefan Pingel <16143240+pinges@users.noreply.github.com>
pull/3027/head
Sally MacFarlane 3 years ago committed by GitHub
parent ae2563e334
commit ced252d884
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 10
      CHANGELOG.md
  2. 2
      gradle.properties

@ -1,5 +1,14 @@
# Changelog
## 21.10.2
### Additions and Improvements
- Add discovery options to genesis file [#2944](https://github.com/hyperledger/besu/pull/2944)
### Bug Fixes
### Early Access Features
## 21.10.1
### Additions and Improvements
@ -11,7 +20,6 @@
- Add Sepolia proof-of-work testnet configurations [#2920](https://github.com/hyperledger/besu/pull/2920)
- Allow block period to be configured for IBFT2 and QBFT using transitions [\#2902](https://github.com/hyperledger/besu/pull/2902)
- Add support for binary messages (0x02) for websocket. [#2980](https://github.com/hyperledger/besu/pull/2980)
- Add discovery options to genesis file [#2944](https://github.com/hyperledger/besu/pull/2944)
### Bug Fixes
- Do not change the sender balance, but set gas fee to zero, when simulating a transaction without enforcing balance checks. [#2454](https://github.com/hyperledger/besu/pull/2454)

@ -1,4 +1,4 @@
version=21.10.1
version=21.10.2-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