From 114a70a36d5d7efe176ca67f851695a2a1a65518 Mon Sep 17 00:00:00 2001 From: gammazero <11790789+gammazero@users.noreply.github.com> Date: Thu, 24 Oct 2024 22:37:05 -1000 Subject: [PATCH] tidy changelog --- CHANGELOG.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index db45d6b79..6c89224b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,16 +18,22 @@ The following emojis are used to highlight certain changes: ### Changed -- updated to go-libp2p to [v0.37.0](https://github.com/libp2p/go-libp2p/releases/tag/v0.37.0) - ### Removed ### Fixed -- Fix panic if current live count is greater than broadcast limit [#702](https://github.com/ipfs/boxo/pull/702) - ### Security +## [v0.24.2] + +### Changed + +- updated to go-libp2p to [v0.37.0](https://github.com/libp2p/go-libp2p/releases/tag/v0.37.0) + +### Fixed + +- Fix panic if current live count is greater than broadcast limit [#702](https://github.com/ipfs/boxo/pull/702) + ## [v0.24.1] ### Changed