From c82f8bd20fea8f6b04bbb071305a71ce26cd0cca Mon Sep 17 00:00:00 2001 From: Daniel N <2color@users.noreply.github.com> Date: Mon, 3 Mar 2025 11:01:24 +0100 Subject: [PATCH] release: 0.9 --- CHANGELOG.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ce03190..3ec2aaf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,16 +17,22 @@ The following emojis are used to highlight certain changes: ### Changed -- [go-libp2p 0.41.0](https://github.com/libp2p/go-libp2p/releases/tag/v0.41.0) -- [go-libp2p-kad-dht v0.29.2](https://github.com/libp2p/go-libp2p-kad-dht/releases/tag/v0.29.2) -- [Boxo v0.28.0](https://github.com/ipfs/boxo/releases/tag/v0.28.0) - ### Removed ### Fixed ### Security +## [v0.9.0] + +This release includes a number of dependency updates that include bug fixes and improvements. + +### Changed + +- [go-libp2p 0.41.0](https://github.com/libp2p/go-libp2p/releases/tag/v0.41.0) +- [go-libp2p-kad-dht v0.29.2](https://github.com/libp2p/go-libp2p-kad-dht/releases/tag/v0.29.2) +- [Boxo v0.28.0](https://github.com/ipfs/boxo/releases/tag/v0.28.0) + ## [v0.8.0] ### Added