We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8d8b8a5 commit 11cfbb8Copy full SHA for 11cfbb8
CHANGELOG.md
@@ -1,5 +1,13 @@
1
# Changelog
2
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
11
## 8.3.0 (2022-06-27)
12
13
- Release created to be compatible with 8.3 Elastic clients
src/Transport.php
@@ -48,7 +48,7 @@
48
49
final class Transport implements ClientInterface, HttpAsyncClient
50
{
51
- const VERSION = "8.x";
+ const VERSION = "8.4.0";
52
53
private ClientInterface $client;
54
private LoggerInterface $logger;
0 commit comments