From 3475c48074188d65426fdcb3d78c5d24df81ef4e Mon Sep 17 00:00:00 2001 From: Yorick Downe Date: Thu, 26 Mar 2026 07:52:27 +0000 Subject: [PATCH] Changelog for v26.3.2 --- website/docs/About/Changelog.md | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/website/docs/About/Changelog.md b/website/docs/About/Changelog.md index 91ed950..f9de9e5 100644 --- a/website/docs/About/Changelog.md +++ b/website/docs/About/Changelog.md @@ -16,6 +16,20 @@ instead. > On 6/21/2025, 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/ethstaker/eth-docker.git` +## v26.3.2 2026-03-23 + +*This is a bugfix release* + +If you are running Lodestar or Web3signer, use this version, not `v26.3.1` + +Changes +- Adjusted Ethrex source build to be able to build the current release + +Bug fixes +- Fixed collation errors after upgrade to PostgreSQL 18 from `17-bookworm` +- Disabled Lodestar QUIC unless `IPV6=true`. There is a bug in the Lodestar QUIC library on IPv4-only hosts + + ## v26.3.1 2026-03-23 *This is a recommended release for Reth users*