diff --git a/CHANGELOG.md b/CHANGELOG.md index f90a7a69b32..f8d8b431a1a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# 0.10.1 - unreleased + +- Migrate from `prost` to `quick-protobuf`. This removes `protoc` dependency. See [PR 3312]. + +[PR 3153]: https://github.com/libp2p/rust-libp2p/pull/3153 + # 0.10.0 - Update to `libp2p-core` `v0.39.0`. @@ -8,10 +14,7 @@ - Update to `libp2p-swarm` `v0.42.0`. -- Migrate from `prost` to `quick-protobuf`. This removes `protoc` dependency. See [PR 3312]. - [PR 3312]: https://github.com/libp2p/rust-libp2p/pull/3312 -[PR 3153]: https://github.com/libp2p/rust-libp2p/pull/3153 # 0.9.1 diff --git a/Cargo.toml b/Cargo.toml index fe983cb51cd..4c067634c9a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,7 @@ name = "libp2p-autonat" edition = "2021" rust-version = "1.62.0" description = "NAT and firewall detection for libp2p" -version = "0.10.0" +version = "0.10.1" authors = ["David Craven ", "Elena Frank "] license = "MIT" repository = "https://github.com/libp2p/rust-libp2p"