diff --git a/CHANGELOG.md b/CHANGELOG.md index c801953..5a0889e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,6 +15,20 @@ The following emojis are used to highlight certain changes: ### Added +### Changed + +### Fixed + +### Removed + +### Fixed + +### Security + +## [v1.9.0] + +### Added + - Added endpoints to show and purge connected peers [#194](https://github.com/ipfs/rainbow/pull/194) - Added flags to configure bitswap/routing tuning params: - `routing-max-requests` @@ -28,12 +42,6 @@ The following emojis are used to highlight certain changes: - passing headers that require authorization but are not authorized now results in an HTTP 401 instead of ignoring those headers - Bitswap settings: Increased default content-discovery limits, with up to 100 in-flight requests. -### Removed - -### Fixed - -### Security - ## [v1.8.3] ### Changed diff --git a/version.json b/version.json index 7b6c181..f4c86bc 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v1.8.3" + "version": "v1.9.0" }