diff --git a/misc/multiaddr/CHANGELOG.md b/misc/multiaddr/CHANGELOG.md index 712d03e7..8628a4ac 100644 --- a/misc/multiaddr/CHANGELOG.md +++ b/misc/multiaddr/CHANGELOG.md @@ -1,3 +1,8 @@ +# 0.10.1 [2021-01-12] + +- Fix compilation with serde-1.0.119. + [PR 1912](https://github.com/libp2p/rust-libp2p/pull/1912) + # 0.10.0 [2020-11-25] - Upgrade multihash to `0.13`. diff --git a/misc/multiaddr/Cargo.toml b/misc/multiaddr/Cargo.toml index 1eeb4ec9..a4511049 100644 --- a/misc/multiaddr/Cargo.toml +++ b/misc/multiaddr/Cargo.toml @@ -6,7 +6,7 @@ description = "Implementation of the multiaddr format" homepage = "https://github.com/libp2p/rust-libp2p" keywords = ["multiaddr", "ipfs"] license = "MIT" -version = "0.10.0" +version = "0.10.1" [features] default = ["url"]