diff --git a/CHANGELOG.md b/CHANGELOG.md index 6a14581ba..46428ca95 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,7 +29,7 @@ The following emojis are used to highlight certain changes: ### Fixed -- `bitswap/client`: Reverted attempt to sending cancels with excluding peer. There were additional problems with wantlist accounting that made the attempted change unsafe, so it was reverted. [#809](https://github.com/ipfs/boxo/pull/809) +- `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] 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" }