Skip to content

Commit

Permalink
Set version to 8.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Aug 17, 2022
1 parent 8d8b8a5 commit 11cfbb8
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 8.4.0 (2022-08-17)

- Release created to be compatible with 8.4 Elastic clients
- Added meta header info for Symfony HTTP client
[#9](https://github.com/elastic/elastic-transport-php/pull/9)
- Added composer-runtime-api v2 for InstalledVersions
[#10](https://github.com/elastic/elastic-transport-php/pull/10)

## 8.3.0 (2022-06-27)

- Release created to be compatible with 8.3 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.x";
const VERSION = "8.4.0";

private ClientInterface $client;
private LoggerInterface $logger;
Expand Down

0 comments on commit 11cfbb8

Please sign in to comment.