diff --git a/CHANGELOG.md b/CHANGELOG.md index 039caed84..ad2a43c0b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,11 @@ +# 0.7.2 + +## Bug Fixes + +* Implement `Subscription::close` and + `Subscription::unsubscribe` correctly, which would + previously do nothing. + # 0.7.1 ## Bug Fixes diff --git a/Cargo.toml b/Cargo.toml index 43f580df7..1fa9e10f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nats" -version = "0.7.1" +version = "0.7.2" description = "A Rust NATS client" authors = ["Derek Collison ", "Tyler Neely ", "Stjepan Glavina "] edition = "2018"