From 323a8b0f8f9f4d65a99209dac7471f456de364b5 Mon Sep 17 00:00:00 2001 From: Rowan Seymour Date: Mon, 11 Sep 2023 09:55:39 -0500 Subject: [PATCH] Update CHANGELOG.md for v8.3.12 --- CHANGELOG.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 76172fe1c..4100dfbc4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,10 @@ +v8.3.12 (2023-09-11) +------------------------- + * Remove encoding URN priority in URN strings as it's not used + * Remove having auth as a URN param + * Rework message sending so that URNs are loaded before queueing + * Update to latest null library and use Map[string] for channel events extra + v8.3.11 (2023-09-05) ------------------------- * Update to latest goflow