diff --git a/CHANGELOG.md b/CHANGELOG.md index fc6f4fc..48a0092 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,11 @@ # Changelog +## 8.5.0 (2022-10-14) + +- Release created to be compatible with 8.5 Elastic clients +- Fixed the full body message in debug() log for Transport + [#11](https://github.com/elastic/elastic-transport-php/pull/11) + ## 8.4.0 (2022-08-17) - Release created to be compatible with 8.4 Elastic clients diff --git a/src/Transport.php b/src/Transport.php index 0fcf0ac..25c4b28 100644 --- a/src/Transport.php +++ b/src/Transport.php @@ -48,7 +48,7 @@ final class Transport implements ClientInterface, HttpAsyncClient { - const VERSION = "8.5.0"; + const VERSION = "8.6.0"; private ClientInterface $client; private LoggerInterface $logger;