From d5279e5cd880ce75df02cd745af911f83c023844 Mon Sep 17 00:00:00 2001 From: zuczkows Date: Wed, 7 May 2025 15:34:52 +0200 Subject: [PATCH] fixup! ME-87: Add new method delete_event in customer api v3.6. Fix api version in customer api rtm client --- changelog.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/changelog.md b/changelog.md index 82a8d92..995c3d4 100644 --- a/changelog.md +++ b/changelog.md @@ -9,6 +9,9 @@ All notable changes to this project will be documented in this file. ### Changed - Improved websocket response collection + extended logging in the websocket client. +### Bugfixes +- Fixed version in websocket url for customer-api v3.4 and v3.6. + ## [0.4.1] - 2025-04-23 ### Added