Skip to content

Commit bec500b

Browse files
committed
docs: changelog for v0.17.0
1 parent 67dc300 commit bec500b

File tree

1 file changed

+10
-4
lines changed

1 file changed

+10
-4
lines changed

CHANGELOG.md

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -16,16 +16,22 @@ The following emojis are used to highlight certain changes:
1616

1717
### Added
1818

19-
* 🛠 `pinning/pinner`: you can now give a custom name when pinning a CID. To reflect this, the `Pinner` has been adjusted. Note that calling `Pin` for the same CID with a different name will replace its current name by the newly given name.
20-
2119
### Changed
2220

2321
### Removed
2422

25-
- 🛠 `tracing` `jaeger` exporter has been removed due to it's deprecation and removal from upstream, you should use `otlp` exporter instead. See the [docs](./docs/tracing.md) for an example.
26-
2723
### Security
2824

25+
## [v0.17.0]
26+
27+
### Added
28+
29+
* 🛠 `pinning/pinner`: you can now give a custom name when pinning a CID. To reflect this, the `Pinner` has been adjusted. Note that calling `Pin` for the same CID with a different name will replace its current name by the newly given name.
30+
31+
### Removed
32+
33+
- 🛠 `tracing` `jaeger` exporter has been removed due to it's deprecation and removal from upstream, you should use `otlp` exporter instead. See the [docs](./docs/tracing.md) for an example.
34+
2935
## [v0.16.0]
3036

3137
### Changed

0 commit comments

Comments
 (0)