Skip to content

Commit 4023bba

Browse files
authored
docs: fix changelog (#92)
Co-authored-by: Daniel N <[email protected]>
1 parent bdf542e commit 4023bba

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

CHANGELOG.md

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

1616
### Added
1717

18-
- Add request tracing with sampling or require token for requests with Traceparent header. See [tracing.md](./docs/tracing.md) for more details.
19-
2018
### Changed
2119

22-
- go-libp2p-kad-dht updated to [v0.28.1](https://github.com/libp2p/go-libp2p-kad-dht/releases/tag/v0.28.1)
23-
- Metrics `someguy_http_request_duration_seconds` and `someguy_http_response_size_bytes` were replaced with `delegated_routing_server_http_request_duration_seconds` and `delegated_routing_server_http_response_size_bytes` from upstream `boxo/routing/http/server`.
24-
2520
### Removed
2621

2722
### Fixed
2823

2924
### Security
3025

26+
## [v0.6.0]
27+
28+
### Added
29+
30+
- Add request tracing with sampling or require token for requests with Traceparent header. See [tracing.md](./docs/tracing.md) for more details.
31+
32+
### Changed
33+
34+
- go-libp2p-kad-dht updated to [v0.28.1](https://github.com/libp2p/go-libp2p-kad-dht/releases/tag/v0.28.1)
35+
- Metrics `someguy_http_request_duration_seconds` and `someguy_http_response_size_bytes` were replaced with `delegated_routing_server_http_request_duration_seconds` and `delegated_routing_server_http_response_size_bytes` from upstream `boxo/routing/http/server`.
36+
37+
3138
## [v0.5.3]
3239

3340
### Fixed

0 commit comments

Comments
 (0)