CHANGELOG.md: Move libp2p-tls to correct version (#3057)

Co-authored-by: Max Inden <mail@max-inden.de>
This commit is contained in:
Thomas Eizinger
2022-10-25 22:09:46 +11:00
committed by GitHub
parent 4d1b165982
commit 437b387159
2 changed files with 3 additions and 1 deletions

View File

@ -46,12 +46,14 @@
# 0.50.0 - [unreleased]
- Introduce [`libp2p-tls` `v0.1.0-alpha`](transports/tls/CHANGELOG.md#010-alpha). See [PR 2945].
- Remove deprecated features: `tcp-tokio`, `mdns-tokio`, `dns-tokio`, `tcp-async-io`, `mdns-async-io`, `dns-async-std`.
See [PR 3001].
- Introduce [`libp2p-tls` `v0.1.0`](transports/tls/CHANGELOG.md#010). See [PR 2945].
- Update individual crates.
- Update to [`libp2p-tcp` `v0.38.0`](transports/tcp/CHANGELOG.md#0380).
[PR 2945]: https://github.com/libp2p/rust-libp2p/pull/2945
[PR 3001]: https://github.com/libp2p/rust-libp2p/pull/3001
[PR 2945]: https://github.com/libp2p/rust-libp2p/pull/2945

View File

@ -36,8 +36,8 @@ full = [
"secp256k1",
"serde",
"tcp",
"tokio",
"tls",
"tokio",
"uds",
"wasm-bindgen",
"wasm-ext",