diff --git a/CHANGELOG.md b/CHANGELOG.md index c88d677..c8d37ff 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# Version 1.0.2 + +- Update `polling` in docs. + # Version 1.0.1 - Close the socket if an error occurs before the end of connect. diff --git a/Cargo.toml b/Cargo.toml index bb07260..3accd32 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nb-connect" -version = "1.0.1" +version = "1.0.2" authors = [ "Stjepan Glavina ", "Jayce Fayne ",