Skip to content

Commit 37f0dbe

Browse files
authored
Release v0.9.0 (#206)
* tidy changelog and update version
1 parent 3198b18 commit 37f0dbe

File tree

2 files changed

+15
-7
lines changed

2 files changed

+15
-7
lines changed

CHANGELOG.md

+14-6
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,20 @@ The following emojis are used to highlight certain changes:
1515

1616
### Added
1717

18+
### Changed
19+
20+
### Fixed
21+
22+
### Removed
23+
24+
### Fixed
25+
26+
### Security
27+
28+
## [v1.9.0]
29+
30+
### Added
31+
1832
- Added endpoints to show and purge connected peers [#194](https://github.com/ipfs/rainbow/pull/194)
1933
- Added flags to configure bitswap/routing tuning params:
2034
- `routing-max-requests`
@@ -28,12 +42,6 @@ The following emojis are used to highlight certain changes:
2842
- passing headers that require authorization but are not authorized now results in an HTTP 401 instead of ignoring those headers
2943
- Bitswap settings: Increased default content-discovery limits, with up to 100 in-flight requests.
3044

31-
### Removed
32-
33-
### Fixed
34-
35-
### Security
36-
3745
## [v1.8.3]
3846

3947
### Changed

version.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v1.8.3"
2+
"version": "v1.9.0"
33
}

0 commit comments

Comments
 (0)