From 9deb78d9510f7bb2e26501d4ccf3cc67d5e10981 Mon Sep 17 00:00:00 2001 From: Daniel Norman <1992255+2color@users.noreply.github.com> Date: Thu, 23 Jan 2025 09:39:53 +0100 Subject: [PATCH] release: v0.8 (#101) Co-authored-by: Daniel N <2color@users.noreply.github.com> --- CHANGELOG.md | 16 ++++++++++++---- version.json | 2 +- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7f06354..cc551bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -15,18 +15,26 @@ The following emojis are used to highlight certain changes: ### Added -- Enabled CORS for PUT requests to `/routing/v1/ipns`. - ### Changed ### Removed ### Fixed -- Fix a bug whereby, cached peers with private multiaddrs were returned in `/routing/v1/providers` responses, as they were not passing through `sanitizeRouter`. - ### Security +## [v0.8.0] + +### Added + +- Enabled CORS for PUT requests to `/routing/v1/ipns`. + +## [v0.7.1] + +### Fixed + +- Fix a bug whereby, cached peers with private multiaddrs were returned in `/routing/v1/providers` responses, as they were not passing through `sanitizeRouter`. + ## [v0.7.0] ### Added diff --git a/version.json b/version.json index fce1f67..0ad79e3 100644 --- a/version.json +++ b/version.json @@ -1,3 +1,3 @@ { - "version": "v0.7.1" + "version": "v0.8.0" }