From ee0bffe0ffb2f40c362f3bc0cfc1d9dc9abcfc4b Mon Sep 17 00:00:00 2001 From: yorickdowne <71337066+yorickdowne@users.noreply.github.com> Date: Fri, 1 Nov 2024 03:40:17 -0400 Subject: [PATCH] Changelog for v2.14.0.1 (#466) --- website/docs/About/Changelog.md | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/website/docs/About/Changelog.md b/website/docs/About/Changelog.md index 56d1cde..2f7bea4 100644 --- a/website/docs/About/Changelog.md +++ b/website/docs/About/Changelog.md @@ -16,10 +16,21 @@ 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.14.0.0 2024-10-29 +## v2.14.0.1 2024-11-01 *This is a recommended release* +Changes +- Add support for Ephemery testnet to `./ethd config` + +Bug fixes +- Resolve `awk` warning messages on GNU awk, which impacted all versions of Ubuntu +- Fix errors causing `./ethd config` to fail on several configuration options + +## v2.14.0.0 2024-10-29 + +*Avoid this release and use `v2.14.0.1`* + **Breaking** changes - Require Erigon `v2.60.9` or later