diff --git a/CHANGELOG.md b/CHANGELOG.md index 55a535f3d91..2c776df174c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # Changelog -## 23.10.0-RC +## 23.10.0 ### Layered Transaction Pool: the new default transaction pool implementation With this release the previously experimental Layered txpool is marked stable and enabled by default, so please read the following instructions if you used to tune txpool behaviour, otherwise you can simply go with the default and enjoy the improved performance of the new txpool. diff --git a/gradle.properties b/gradle.properties index 01fc7a14b8b..ff1e9a87604 100644 --- a/gradle.properties +++ b/gradle.properties @@ -1,4 +1,4 @@ -version=23.10.0-RC2 +version=23.10.0 org.gradle.welcome=never # Set exports/opens flags required by Google Java Format and ErrorProne plugins. (JEP-396)