We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 898d9c7 commit dc6703fCopy full SHA for dc6703f
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# Changelog
2
3
+## 8.3.0 (2022-06-27)
4
+
5
+- Release created to be compatible with 8.3 Elastic clients
6
7
## 8.2.0 (2022-06-22)
8
9
- Release created to be compatible with 8.2 Elastic clients
src/Transport.php
@@ -48,7 +48,7 @@
48
49
final class Transport implements ClientInterface, HttpAsyncClient
50
{
51
- const VERSION = "8.2.0";
+ const VERSION = "8.3.0";
52
53
private ClientInterface $client;
54
private LoggerInterface $logger;
0 commit comments