diff --git a/CHANGELOG.md b/CHANGELOG.md index 08c483f..0a96fec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.1.2 + +* Fix ConnectFuture buffer too small (#1) + # 0.1.1 * Support SOCKS5 `BIND` command. diff --git a/Cargo.toml b/Cargo.toml index 3131a35..92decb2 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,7 +8,7 @@ readme = "README.md" categories = ["asynchronous", "network-programming"] keywords = ["tokio", "async", "proxy", "socks", "socks5"] license = "MIT" -version = "0.1.1" +version = "0.1.2" authors = ["Yilin Chen "] edition = "2018"