Skip to content

Commit b1d7615

Browse files
committed
Changed version to 8.6.0 + updated CHANGELOG
1 parent ee14069 commit b1d7615

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

CHANGELOG.md

+6
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
# Changelog
22

3+
## 8.5.0 (2022-10-14)
4+
5+
- Release created to be compatible with 8.5 Elastic clients
6+
- Fixed the full body message in debug() log for Transport
7+
[#11](https://github.com/elastic/elastic-transport-php/pull/11)
8+
39
## 8.4.0 (2022-08-17)
410

511
- Release created to be compatible with 8.4 Elastic clients

src/Transport.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
final class Transport implements ClientInterface, HttpAsyncClient
5050
{
51-
const VERSION = "8.5.0";
51+
const VERSION = "8.6.0";
5252

5353
private ClientInterface $client;
5454
private LoggerInterface $logger;

0 commit comments

Comments
 (0)