From 2b4f350e6b1c1e122667cf90dc870ffb80c77aef Mon Sep 17 00:00:00 2001 From: Gabriel-Trintinalia Date: Fri, 20 Oct 2023 11:22:36 +1100 Subject: [PATCH 1/3] Update changelog Signed-off-by: Gabriel-Trintinalia --- CHANGELOG.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c849de7c608..bfdb26a03c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # Changelog ## Next release -- Cache last n blocks by using a new Besu flag --cache-last-blocks=n -- Optimize performances of RPC method Eth_feeHistory +- 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 From ac01118aee3e6e58d041a4cc9d55f703193d0d4b Mon Sep 17 00:00:00 2001 From: Gabriel-Trintinalia Date: Fri, 20 Oct 2023 11:23:49 +1100 Subject: [PATCH 2/3] Fix changelog Signed-off-by: Gabriel-Trintinalia --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index bfdb26a03c4..ad2166b1792 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## Next release - 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) +- Optimize performances of RPC method Eth_feeHistory [#6011](https://github.com/hyperledger/besu/pull/6011) ### Breaking Changes From 11ca2ce8ba884276fd41d65378dc477d8f1a6101 Mon Sep 17 00:00:00 2001 From: Gabriel-Trintinalia Date: Fri, 20 Oct 2023 11:30:09 +1100 Subject: [PATCH 3/3] Update changelog and gradle properties to next release Signed-off-by: Gabriel-Trintinalia --- CHANGELOG.md | 12 +++++++++++- gradle.properties | 2 +- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ad2166b1792..787ff1d137d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,16 @@ # Changelog -## Next release +### 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) 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)