diff --git a/CHANGELOG.md b/CHANGELOG.md index 32c88bfea..9299d9f99 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -16,6 +16,19 @@ The following emojis are used to highlight certain changes: ### Added +### Changed + +### Removed + +### Fixed + +### Security + + +## [v0.31.0] + +### Added + - `bitswap/httpnet`: New option `WithMaxDontHaveErrors(int)` (defaults to 100) will trigger disconnections from bitswap peers that cannot provide any of the blocks that are requested for the given number of requests in a @@ -30,12 +43,6 @@ The following emojis are used to highlight certain changes: - gateway: update backend car traversal to use go-car/v2 [#925](https://github.com/ipfs/boxo/issues/925) - This change may prohibit fetching DAGs from CAR files that have no roots. -### Removed - -### Fixed - -### Security - ## [v0.30.0] diff --git a/version.json b/version.json index 6c102bc5c..2074057d9 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v0.30.0" + "version": "v0.31.0" }