From 47468a5554fee7e8c857774a20b1b8ae211ddbf7 Mon Sep 17 00:00:00 2001 From: gammazero <11790789+gammazero@users.noreply.github.com> Date: Wed, 22 Jan 2025 10:54:31 -1000 Subject: [PATCH 1/2] update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 4118107b3..1036cd044 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,12 @@ The following emojis are used to highlight certain changes: ### Security +## [v0.27.1] + +### Fixed + +- `bitswap/client`: Fixed fix sending cancels when excluding peer [#805](https://github.com/ipfs/boxo/pull/805) + ## [v0.27.0] From 15b32a8604bf483b30c721f28289c14ef6101029 Mon Sep 17 00:00:00 2001 From: gammazero <11790789+gammazero@users.noreply.github.com> Date: Wed, 22 Jan 2025 11:03:58 -1000 Subject: [PATCH 2/2] update version --- version.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/version.json b/version.json index 4a92678c0..fef718023 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v0.27.0" + "version": "v0.27.1" }