From f81088789eeea6fc2479393087bd5791f2e70ece Mon Sep 17 00:00:00 2001 From: Gabriel-Trintinalia Date: Fri, 20 Oct 2023 12:02:52 +1100 Subject: [PATCH] Update changelog release (#6062) Signed-off-by: Gabriel-Trintinalia --- CHANGELOG.md | 16 +++++++++++++--- gradle.properties | 2 +- 2 files changed, 14 insertions(+), 4 deletions(-) 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)