From e4100cce59d393e40cb6242a73814931fbe6448d Mon Sep 17 00:00:00 2001 From: Stjepan Glavina Date: Sun, 4 Oct 2020 11:15:48 +0200 Subject: [PATCH] Bump to v1.0.2 --- CHANGELOG.md | 4 ++++ Cargo.toml | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) 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 ",