diff --git a/CHANGELOG.md b/CHANGELOG.md index e06d079..d137c94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -17,9 +17,6 @@ The following emojis are used to highlight certain changes: ### Changed -- boxo [v0.26.0](https://github.com/ipfs/boxo/releases/tag/v0.26.0) -- Upgrade to latest nopfs v0.14.0 - ### Fixed ### Removed @@ -28,6 +25,15 @@ The following emojis are used to highlight certain changes: ### Security + +## [1.10.0] + +### Changed + +- boxo [v0.26.0](https://github.com/ipfs/boxo/releases/tag/v0.26.0) + - This has a number of significant updates including go-libp2p v0.38.1 and go-libp2p-kad-dht v0.28.1 +- Upgrade to latest nopfs v0.14.0 + ## [v1.9.0] ### Added diff --git a/version.json b/version.json index f4c86bc..0280025 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v1.9.0" + "version": "v1.10.0" }