Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changelog for v2.14.0.1 #466

Merged
merged 1 commit into from
Nov 1, 2024
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion website/docs/About/Changelog.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down