diff --git a/protocols/ping/CHANGELOG.md b/protocols/ping/CHANGELOG.md new file mode 100644 index 00000000..310155cd --- /dev/null +++ b/protocols/ping/CHANGELOG.md @@ -0,0 +1,5 @@ +# 0.19.2 [2020-06-18] + +- Close substream in inbound upgrade + [PR 1606](https://github.com/libp2p/rust-libp2p/pull/1606). + diff --git a/protocols/ping/Cargo.toml b/protocols/ping/Cargo.toml index 847da586..abfd625d 100644 --- a/protocols/ping/Cargo.toml +++ b/protocols/ping/Cargo.toml @@ -2,7 +2,7 @@ name = "libp2p-ping" edition = "2018" description = "Ping protocol for libp2p" -version = "0.19.1" +version = "0.19.2" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p"