Skip to content

Commit 76d9292

Browse files
authored
Merge pull request #543 from ipfs/merge-release-v0.17.0
Merge release v0.17.0
2 parents 67dc300 + 8530184 commit 76d9292

File tree

2 files changed

+11
-5
lines changed

2 files changed

+11
-5
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

version.json

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

0 commit comments

Comments
 (0)