From 37f0dbebfce12985b93c57be92cca8d6606807f5 Mon Sep 17 00:00:00 2001 From: Andrew Gillis <11790789+gammazero@users.noreply.github.com> Date: Mon, 9 Dec 2024 14:30:57 -1000 Subject: [PATCH] Release v0.9.0 (#206) * tidy changelog and update version --- CHANGELOG.md | 20 ++++++++++++++------ version.json | 2 +- 2 files changed, 15 insertions(+), 7 deletions(-) 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" }