From ed2f001e2448d66bf1f18ddd137ed82eeb1f2648 Mon Sep 17 00:00:00 2001 From: Ben Bullock Date: Tue, 9 Jul 2019 15:44:58 +0100 Subject: [PATCH] Updating changelog with recent changes --- CHANGELOG.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 64bf3105..d3bf4299 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 1.0.2 +* [CHANGED] Project now targets DotNet Standard 1.6. +* [REMOVED] Retired Sync versions of method. Updated tests to use async versions of methods. + ## 0.5.1 * [FIXED] Potential crash when a channel is added while a connection state change is being handled. * [CHANGED] Log an error rather than throw an exception if an error occurs on a connection.