Skip to content

Commit

Permalink
release: v0.8
Browse files Browse the repository at this point in the history
  • Loading branch information
2color committed Jan 23, 2025
1 parent 3f8820f commit 01aea24
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 5 deletions.
16 changes: 12 additions & 4 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v0.7.1"
"version": "v0.8.0"
}

0 comments on commit 01aea24

Please sign in to comment.