From 7de34674af116f03899f3420f0a0817102681ab1 Mon Sep 17 00:00:00 2001 From: Alicia Rivas Date: Wed, 15 Feb 2023 14:09:26 +0100 Subject: [PATCH] Update changelog for v4.1.1 (#186) --- CHANGELOG.md | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 85e194e..b5d7421 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,14 @@ Change Log ========== -Version 4.1.0 *2022-09-22* +Version 4.1.1 *2023-02-15* ---------------------------- +Bug fixes: +* Newly created conversations no longer throw an `NumberFormatException` when viewed. + +Version 4.1.0 *2022-09-22* +---------------------------- Bug fixes: * When a Beacon is configured with Contact>Show photos to false the Chat header is now populated correctly and a chat can be started. * We no longer duplicate the anonymous user's first chat message when chat is configured to not require email and user not identified.