From 9ad261ad8126017196405b028034053052f21be0 Mon Sep 17 00:00:00 2001 From: Timo Tiuraniemi Date: Thu, 26 Oct 2023 09:32:41 +0300 Subject: [PATCH] Update changelog --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index f1ea62d..04e96c3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -6,6 +6,10 @@ All notable changes to this Rust implementation of hypercore-protocol will be do * TODO: Add changes here as they happen +### 0.4.1 + +* Implement close() and signal_local() in CommandTx + ### 0.4.0 #### API breaking changes