diff --git a/changelog.txt b/changelog.txt index caafad4b01..b9c2ed09f2 100644 --- a/changelog.txt +++ b/changelog.txt @@ -1,4 +1,11 @@ -v0.31.1 (2024-08-11) +v0.31.2 (2024-10-20) +~~~~~~~ +* Updated the WDL_mu centipawn fallback. +* Fix for build issues with newer Linux c++ libraries. +* Fix for an XLA Mish bug. +* Minor README.md update. + +v0.31.1 (2024-08-11) ~~~~~~~ * Make WDL_mu score type work as intended. * Fix macos CI builds. diff --git a/src/version.inc b/src/version.inc index 9b1d40d13f..e16de5e958 100644 --- a/src/version.inc +++ b/src/version.inc @@ -1,4 +1,4 @@ #define LC0_VERSION_MAJOR 0 #define LC0_VERSION_MINOR 31 -#define LC0_VERSION_PATCH 1 +#define LC0_VERSION_PATCH 2 #define LC0_VERSION_POSTFIX ""