diff --git a/CHANGELOG.md b/CHANGELOG.md index bceeef82b..46428ca95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -24,6 +24,14 @@ The following emojis are used to highlight certain changes: ### Security + +## [v0.27.2] + +### Fixed + +- `bitswap/client`: Reverted attempt to send cancels with excluded peer due to additional issues with wantlist accounting [#809](https://github.com/ipfs/boxo/pull/809) + + ## [v0.27.1] ### Fixed diff --git a/version.json b/version.json index fef718023..df8c75a01 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v0.27.1" + "version": "v0.27.2" }