Skip to content

Commit a12fc61

Browse files
authored
chore: release v1.8.0 (#174)
1 parent 3261cf7 commit a12fc61

File tree

2 files changed

+8
-5
lines changed

2 files changed

+8
-5
lines changed

CHANGELOG.md

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

1616
### Added
1717

18-
- Support implicit default list for `filter-protocols` from [IPIP-484](https://github.com/ipfs/specs/pull/484) and customizing them via `--http-routers-filter-protocols`.
19-
2018
### Changed
2119

2220
### Removed
@@ -25,6 +23,13 @@ The following emojis are used to highlight certain changes:
2523

2624
### Security
2725

26+
## [v1.8.0]
27+
28+
### Added
29+
30+
- Support implicit protocol filters from [IPIP-484](https://github.com/ipfs/specs/pull/484) and customizing them via `--http-routers-filter-protocols`. [#173](https://github.com/ipfs/rainbow/pull/173)
31+
- Dedicated [tracing docs](docs/tracing.md).
32+
2833
## [v1.7.0]
2934

3035
### Added
@@ -34,8 +39,6 @@ The following emojis are used to highlight certain changes:
3439

3540
## [v1.6.0]
3641

37-
### Added
38-
3942
### Changed
4043

4144
- Updated Go in go.mod to 1.22

version.json

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

0 commit comments

Comments
 (0)