diff --git a/CHANGELOG.md b/CHANGELOG.md index bf0b2c77..ab53d41f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -41,6 +41,13 @@ # `libp2p` facade crate +## Version 0.36.0 [unreleased] + +- Update libp2p crates. + +- Do not leak default features from libp2p crates. + [PR 1986](https://github.com/libp2p/rust-libp2p/pull/1986). + ## Version 0.35.1 [2021-02-17] - Update `libp2p-yamux` to latest patch version. diff --git a/Cargo.toml b/Cargo.toml index b3915e32..3f108457 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,7 +2,7 @@ name = "libp2p" edition = "2018" description = "Peer-to-peer networking library" -version = "0.35.1" +version = "0.36.0" authors = ["Parity Technologies "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p"