From 25848ca82ab7acbf249e57db6f3913c7792d07b4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=B6ren?= Date: Wed, 2 Nov 2022 11:08:52 +0100 Subject: [PATCH] Changelog --- docs/Changelog.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/Changelog.md b/docs/Changelog.md index c9e086a..7562153 100644 --- a/docs/Changelog.md +++ b/docs/Changelog.md @@ -6,6 +6,10 @@ > PHP version `^7.4|^8.0` +### `1.6.1` + + * Fix client path for http request (@simPod, @sirn-se) + ### `1.6.0` * Connection separate from Client and Server (@sirn-se) * getPier() deprecated, replaced by getRemoteName() (@sirn-se)