Skip to content

Commit 9deb78d

Browse files
authored
release: v0.8 (#101)
Co-authored-by: Daniel N <[email protected]>
1 parent 3f8820f commit 9deb78d

File tree

2 files changed

+13
-5
lines changed

2 files changed

+13
-5
lines changed

CHANGELOG.md

Lines changed: 12 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,18 +15,26 @@ The following emojis are used to highlight certain changes:
1515

1616
### Added
1717

18-
- Enabled CORS for PUT requests to `/routing/v1/ipns`.
19-
2018
### Changed
2119

2220
### Removed
2321

2422
### Fixed
2523

26-
- Fix a bug whereby, cached peers with private multiaddrs were returned in `/routing/v1/providers` responses, as they were not passing through `sanitizeRouter`.
27-
2824
### Security
2925

26+
## [v0.8.0]
27+
28+
### Added
29+
30+
- Enabled CORS for PUT requests to `/routing/v1/ipns`.
31+
32+
## [v0.7.1]
33+
34+
### Fixed
35+
36+
- Fix a bug whereby, cached peers with private multiaddrs were returned in `/routing/v1/providers` responses, as they were not passing through `sanitizeRouter`.
37+
3038
## [v0.7.0]
3139

3240
### Added

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v0.7.1"
2+
"version": "v0.8.0"
33
}

0 commit comments

Comments
 (0)