mirror of
https://github.com/fluencelabs/rust-libp2p
synced 2025-07-02 19:21:37 +00:00
Add CHANGELOG and increment version to 0.19.2 (#1614)
This commit is contained in:
5
protocols/ping/CHANGELOG.md
Normal file
5
protocols/ping/CHANGELOG.md
Normal 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).
|
||||
|
@ -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"
|
||||
|
Reference in New Issue
Block a user