diff --git a/CHANGELOG.md b/CHANGELOG.md index 02fc54f..4c9ef9c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ Here you can see the full list of changes between each tokio-ping release. +### Version 0.2.1 (2019-08-12) + +#### Fixes +* IcmpV6 typo ([#8](https://github.com/knsd/tokio-ping/pull/8)) +* Memory leak ([#9](https://github.com/knsd/tokio-ping/pull/9)) + ### Version 0.2.0 (2018-06-17) #### Refactorings diff --git a/Cargo.toml b/Cargo.toml index f52f932..8d7e582 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tokio-ping" -version = "0.2.0" +version = "0.2.1" license = "MIT/Apache-2.0" authors = ["Fedor Gogolev "] documentation = "https://docs.rs/tokio-ping"