Bump version to 23.10.1-SNAPSHOT (#5990)

Signed-off-by: Fabio Di Fabio <fabio.difabio@consensys.net>
This commit is contained in:
Fabio Di Fabio
2023-10-05 16:02:42 +02:00
committed by GitHub
parent e4f3b1751c
commit 62159dc55d
2 changed files with 12 additions and 1 deletions

View File

@@ -2,6 +2,17 @@
## Next release
### Breaking Changes
### Additions and Improvements
### Bug Fixes
### Download Links
## 23.10.0
### Breaking Changes
- Removed support for Kotti network (ETC) [#5816](https://github.com/hyperledger/besu/pull/5816)
- Layered transaction pool implementation is now stable and enabled by default, so the following changes to experimental options have been done [#5772](https://github.com/hyperledger/besu):

View File

@@ -1,4 +1,4 @@
version=23.7.4-SNAPSHOT
version=23.10.1-SNAPSHOT
org.gradle.welcome=never
# Set exports/opens flags required by Google Java Format and ErrorProne plugins. (JEP-396)