Skip to content

Commit

Permalink
Prepare for 21.10.2-SNAPSHOT (#3024)
Browse files Browse the repository at this point in the history
* 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>
  • Loading branch information
macfarla and pinges authored Nov 9, 2021
1 parent ae2563e commit ced252d
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 2 deletions.
10 changes: 9 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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)
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -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 \
Expand Down

0 comments on commit ced252d

Please sign in to comment.