diff --git a/.releases/v0.10.1.yml b/.releases/v0.10.1.yml new file mode 100644 index 00000000..d1b1d52f --- /dev/null +++ b/.releases/v0.10.1.yml @@ -0,0 +1,2 @@ +commit: "d317e6021809c8a5e5a663ffb98f4026f116a485" +reason: "Patch release: Lido Curated Module v2 support, version string correction, and dependency advisory fixes" diff --git a/CHANGELOG.md b/CHANGELOG.md index 3af28443..2dbef363 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -46,6 +46,12 @@ ### v0.10.0 - Accumulation of rc1-rc4 +### v0.10.1 +- Add support for Lido Curated Module v2 (#489) +- Correct the reported version: v0.10.0 binaries self-reported as `0.10.0-rc4` +- Update dependencies to clear advisories present in v0.10.0: `h2` (RUSTSEC-2026-0258), `ruint` (RUSTSEC-2026-0220), and the yanked `spin` 0.9.8 +- Add a publish-age cooldown for dependency resolution and `--locked` builds (#492) + ### v0.11.0-rc1 - Introduces SSZ encodings for `get_header` and `submit_block` - Introduces optional streaming endpoint to receive bids over WebSocket connection