Skip to content

Commit

Permalink
Update CHANGELOG and increment version to 0.19.2 (#1615)
Browse files Browse the repository at this point in the history
  • Loading branch information
twittner authored Jun 19, 2020
1 parent 168b00e commit 563d337
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
# Version ???
# Version 0.19.2 (2020-06-19)

- Update `libp2p-ping` to version 0.19.2.

# Version 0.19.1 (2020-05-25)

Expand Down
4 changes: 2 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
name = "libp2p"
edition = "2018"
description = "Peer-to-peer networking library"
version = "0.19.1"
version = "0.19.2"
authors = ["Parity Technologies <admin@parity.io>"]
license = "MIT"
repository = "https://github.com/libp2p/rust-libp2p"
Expand Down Expand Up @@ -63,7 +63,7 @@ libp2p-identify = { version = "0.19.1", path = "protocols/identify", optional =
libp2p-kad = { version = "0.19.0", path = "protocols/kad", optional = true }
libp2p-floodsub = { version = "0.19.0", path = "protocols/floodsub", optional = true }
libp2p-gossipsub = { version = "0.19.1", path = "./protocols/gossipsub", optional = true }
libp2p-ping = { version = "0.19.1", path = "protocols/ping", optional = true }
libp2p-ping = { version = "0.19.2", path = "protocols/ping", optional = true }
libp2p-plaintext = { version = "0.19.0", path = "protocols/plaintext", optional = true }
libp2p-pnet = { version = "0.19.0", path = "protocols/pnet", optional = true }
libp2p-core = { version = "0.19.0", path = "core" }
Expand Down

0 comments on commit 563d337

Please sign in to comment.