Skip to content

Commit 11cfbb8

Browse files
committed
Set version to 8.4.0
1 parent 8d8b8a5 commit 11cfbb8

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

3+
## 8.4.0 (2022-08-17)
4+
5+
- Release created to be compatible with 8.4 Elastic clients
6+
- Added meta header info for Symfony HTTP client
7+
[#9](https://github.com/elastic/elastic-transport-php/pull/9)
8+
- Added composer-runtime-api v2 for InstalledVersions
9+
[#10](https://github.com/elastic/elastic-transport-php/pull/10)
10+
311
## 8.3.0 (2022-06-27)
412

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

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

0 commit comments

Comments
 (0)