From 626acf295c62861150426b441859e5fe471f90db Mon Sep 17 00:00:00 2001 From: Darius Clark Date: Wed, 5 Feb 2025 22:01:07 -0500 Subject: [PATCH] Update CHANGELOG.md --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 39787dcda..2ade131e8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,5 @@ # 0.15.0 -- refactor: remove lifetime from RepoPutBlock and return RepoPutBlock in Ipfs::put_block. [PR XXX](https://github.com/dariusc93/rust-ipfs/pull/XXX) +- refactor: remove lifetime from RepoPutBlock and return RepoPutBlock in Ipfs::put_block. [PR 384](https://github.com/dariusc93/rust-ipfs/pull/384) - chore: update libp2p to 0.55.0. [PR 375](https://github.com/dariusc93/rust-ipfs/pull/375) - feat: Add reconnect option to address book. [PR 356](https://github.com/dariusc93/rust-ipfs/pull/356) - chore: use async-rt in place of rt utils. [PR 362](https://github.com/dariusc93/rust-ipfs/pull/362)