From 486ed60873a3c6ae265036adc18d0ea7280e8663 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Frank=20Schr=C3=B6der?= Date: Thu, 27 Jan 2022 15:40:37 +0100 Subject: [PATCH] update changelog --- CHANGELOG.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3d16997e..2dc476e0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## v0.3.1 (27 Jan 2022) + +* Refresh cached namespaces on reconnect (#552) + +* Add more `WithContext(ctx)` methods and use context in more places (#555) + ## v0.3.0 (21 Jan 2022) * Add `WithContext(ctx)` variants to all methods of `Client` and `Node` and migrate existing methods