From de2a51c0dd28f472488c1dc3aa20c70c67da5262 Mon Sep 17 00:00:00 2001 From: Julien Robert Date: Thu, 11 Jun 2026 18:08:29 +0200 Subject: [PATCH] chore: prep ev-node v1.1.3 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1ec8d96bc..2cb0126524 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,8 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0 ## [Unreleased] +## v1.1.3 + ### Fixed - Drain the pending tx queue in merged batches with a durable WAL-backed ack, fixing severe queue backlog under heavy tx load. Tx dedup moved from the reaper cache into the sequencer queue [#3351](https://github.com/evstack/ev-node/pull/3351)