From c6bb302c16565c144b8fddeb12f1eb27ec7ae193 Mon Sep 17 00:00:00 2001 From: nazeh Date: Tue, 11 Feb 2025 11:09:06 +0300 Subject: [PATCH] chore: update changelog --- CHANGELOG.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index d7308e5..87124fa 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to mainline dht will be documented in this file. -## [Unreleased] +## [5.0.0](https://github.com/pubky/mainline/compare/v4.2.1...v5.0.0) - 2025-02-11 ### Added @@ -71,13 +71,13 @@ All notable changes to mainline dht will be documented in this file. - Remove `Server` trait and replace it with `RequestFilter` trait. - `DhtBuilder` is not consuming, thanks to `Config` being `Clone`. -## [4.2.0](https://github.com/pubky/mainline/compare/v4.1.0...v4.2.0) - 2024-12-13 +## [4.2.0](https://github.com/pubky/mainline/compare/v4.1.0...v4.2.0) - 2024-12-13 ### Added - Make MutableItem de/serializable (mikedilger) -## [4.1.0](https://github.com/pubky/mainline/compare/v3.0.0...v4.1.0) - 2024-11-29 +## [4.1.0](https://github.com/pubky/mainline/compare/v3.0.0...v4.1.0) - 2024-11-29 ### Added