diff --git a/protocols/mdns/CHANGELOG.md b/protocols/mdns/CHANGELOG.md index 4ea913947627..09c922ce0326 100644 --- a/protocols/mdns/CHANGELOG.md +++ b/protocols/mdns/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.34.1 [unreleased] + +- Fix generation of the peer expiration event, see [PR 2359] + +[PR 2359]: https://github.com/libp2p/rust-libp2p/pull/2359 + # 0.34.0 [unreleased] - Use a random alphanumeric string instead of the local peer ID for mDNS peer diff --git a/protocols/mdns/Cargo.toml b/protocols/mdns/Cargo.toml index 44781bc5be11..ab1f4950057b 100644 --- a/protocols/mdns/Cargo.toml +++ b/protocols/mdns/Cargo.toml @@ -1,7 +1,7 @@ [package] name = "libp2p-mdns" edition = "2018" -version = "0.34.0" +version = "0.34.1" description = "Implementation of the libp2p mDNS discovery method" authors = ["Parity Technologies "] license = "MIT"