From 051bddc4a5de01c95d40cc971bc2e2019180cde8 Mon Sep 17 00:00:00 2001 From: Enrico Zimuel Date: Fri, 14 Feb 2020 17:35:53 +0100 Subject: [PATCH] Updated CHANGELOG for 7.5.1 --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5b7c2aee3..9936ed6bd 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,7 @@ ## Release 7.5.1 +- Fixes port missing in log [#925](https://github.com/elastic/elasticsearch-php/issues/925) + [75e0888](https://github.com/elastic/elasticsearch-php/commit/125594b40d167ef1509b3ee49a3f93426390c426) - Added `ClientBuilder::includePortInHostHeader()` to add the `port` in the `Host` header. This fixes [#993](https://github.com/elastic/elasticsearch-php/issues/993). By default the `port` is not included in the `Host` header.