diff --git a/CHANGELOG.md b/CHANGELOG.md index c3f3e81aa..2cd5c66ae 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,14 +16,26 @@ The following emojis are used to highlight certain changes: ### Added +### Changed + +### Removed + +### Fixed + +### Security + + +## [v0.28.0] + +### Added + - `bitswap/client`: Add `DontHaveTimeoutConfig` type alias and `func DontHaveTimeoutConfig()` to expose config defined in internal package. ### Changed -- upgrade to `go-libp2p` [v0.39.0](https://github.com/libp2p/go-libp2p/releases/tag/v0.39.0) - move `ipld/unixfs` from gogo protobuf [#841](https://github.com/ipfs/boxo/pull/841) - `provider`: Prevent multiple instances of reprovider.Reprovide() from running at the same time. [#834](https://github.com/ipfs/boxo/pull/834) -- upgrade to `go-libp2p` [v0.39.1](https://github.com/libp2p/go-libp2p/releases/tag/v0.39.1) +- upgrade to `go-libp2p` [v0.40.0](https://github.com/libp2p/go-libp2p/releases/tag/v0.40.0) - upgrade to `go-libp2p-kad-dht` [v0.29.0](github.com/libp2p/go-libp2p-kad-dht v0.29.0) - move bitswap and filestore away from gogo protobuf [#839](https://github.com/ipfs/boxo/pull/839) - updated Go in `go.mod` to 1.23 [#848](https://github.com/ipfs/boxo/pull/848) diff --git a/version.json b/version.json index c936d576a..9452fe13a 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v0.27.4" + "version": "v0.28.0" }