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" }