diff --git a/CHANGELOG.md b/CHANGELOG.md index 2ab7a727..fefe7f24 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,8 @@ +## tentacle 0.6.6 + +### Bug Fix +- Fix dial inner order bug + ## tentacle 0.6.5 yamux 0.3.10 secio 0.6.4 ### Features diff --git a/tentacle/Cargo.toml b/tentacle/Cargo.toml index f3d36c83..1182704b 100644 --- a/tentacle/Cargo.toml +++ b/tentacle/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "tentacle" -version = "0.6.5" +version = "0.6.6" license = "MIT" description = "Minimal implementation for a multiplexed p2p network framework." authors = ["piaoliu ", "Nervos Core Dev "]