diff --git a/CHANGELOG.md b/CHANGELOG.md index c88ebd8..9df368f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +# 0.3.0 + +* Allow to take arbitrary socket instead of address to establish connections to proxy (#20) + # 0.2.2 * Replace failure with thiserror (#17) diff --git a/Cargo.toml b/Cargo.toml index 4280948..2530b67 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.2.2" +version = "0.3.0" authors = ["Yilin Chen "] edition = "2018"