Update mdns version and changelog.

This commit is contained in:
Roman S. Borschel
2020-10-05 10:11:50 +02:00
parent fe30849eec
commit 049d808566
3 changed files with 6 additions and 2 deletions

View File

@ -1,3 +1,7 @@
# 0.22.1 [unreleased]
- Double receive buffer to 4KiB. [PR 1779](https://github.com/libp2p/rust-libp2p/pull/1779/files).
# 0.22.0 [2020-09-09]
- Update `libp2p-swarm` and `libp2p-core`.

View File

@ -1,7 +1,7 @@
[package]
name = "libp2p-mdns"
edition = "2018"
version = "0.22.0"
version = "0.22.1"
description = "Implementation of the libp2p mDNS discovery method"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"