diff --git a/CHANGELOG.md b/CHANGELOG.md index c849de7c608..787ff1d137d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,18 @@ # Changelog -## Next release -- Cache last n blocks by using a new Besu flag --cache-last-blocks=n -- Optimize performances of RPC method Eth_feeHistory +### Breaking Changes + +### Deprecations + +### Additions and Improvements + +### Bug Fixes + +### Download Links + +## 23.10.1 +- Cache last n blocks by using a new Besu flag --cache-last-blocks=n [#6009](https://github.com/hyperledger/besu/pull/6009) +- Optimize performances of RPC method Eth_feeHistory [#6011](https://github.com/hyperledger/besu/pull/6011) ### Breaking Changes diff --git a/gradle.properties b/gradle.properties index f277c752a98..e94b9a26b5d 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=23.10.1-SNAPSHOT +version=23.10.2-SNAPSHOT org.gradle.welcome=never # Set exports/opens flags required by Google Java Format and ErrorProne plugins. (JEP-396)