Add CHANGELOG and increment version to 0.19.2 (#1614)

This commit is contained in:
Toralf Wittner
2020-06-18 17:02:23 +02:00
committed by GitHub
parent 859aa59bd8
commit 168b00ed3e
2 changed files with 6 additions and 1 deletions

View File

@ -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).

View File

@ -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 <admin@parity.io>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"