From 9587c87de669353ba4a00f106b44631aaf31dc25 Mon Sep 17 00:00:00 2001 From: yorickdowne <71337066+yorickdowne@users.noreply.github.com> Date: Sun, 29 Dec 2024 09:14:13 +0000 Subject: [PATCH] Changelog for v2.15.0.1 (#474) --- website/docs/About/Changelog.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/website/docs/About/Changelog.md b/website/docs/About/Changelog.md index 0dd3dc8..643af09 100644 --- a/website/docs/About/Changelog.md +++ b/website/docs/About/Changelog.md @@ -16,6 +16,22 @@ instead. > On 1/27/2022, Eth Docker's repository name changed. Everything should work as it did. > If you do wish to manually update your local reference, run `git remote set-url origin https://github.com/eth-educators/eth-docker.git` +## v2.15.0.1 2024-12-29 + +*This is a recommended release* + +Changes +- Build Nethermind with .NET 9 +- Clearly identify Nethermind during `./ethd version` +- CloudFlare DDNS updates v6 address, as well as v4 + +Bug fixes +- Legacy Prysm API token files are handled gracefully. Thanks @ThomasBlock for reporting and @BriungRi for finding +root cause! +- Eth Docker's utility commands such as `./ethd resync-consensus` work when there are upper-case letters in the +directory name, such as `Eth-Docker` +- `./ethd space` works with large volume lists + ## v2.15.0.0 2024-12-11 *This is a recommended release*