From 11916e5ce380421b8adf111aa539dec1981f28e7 Mon Sep 17 00:00:00 2001 From: Stjepan Glavina Date: Tue, 20 Oct 2020 23:27:13 +0200 Subject: [PATCH] Bump to 0.8.1 --- CHANGELOG.md | 13 +++++++++++++ Cargo.toml | 2 +- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a208ab186..e51e71ae7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,16 @@ +# 0.8.1 + +## Improvements + +- Remove `async-dup` dependency. +- Update dependencies, notably `nkeys` to v0.0.11. + +## Bug Fixes + +- Fix a bug due to which TLS authentication was not + working. +- Shutdown the client thread when `Connection` is dropped. + # 0.8.0 ## New Features diff --git a/Cargo.toml b/Cargo.toml index d1e45ae17..a22fe2f84 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -1,6 +1,6 @@ [package] name = "nats" -version = "0.8.0" +version = "0.8.1" description = "A Rust NATS client" authors = ["Derek Collison ", "Tyler Neely ", "Stjepan Glavina "] edition = "2018"