Skip to content

Commit

Permalink
Changed version to 8.6.0 + updated CHANGELOG
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Jan 11, 2023
1 parent ee14069 commit b1d7615
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/Transport.php
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit b1d7615

Please sign in to comment.