Skip to content

Commit dc6703f

Browse files
committed
Prep for 8.3.0 release
1 parent 898d9c7 commit dc6703f

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

CHANGELOG.md

+4
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# Changelog
22

3+
## 8.3.0 (2022-06-27)
4+
5+
- Release created to be compatible with 8.3 Elastic clients
6+
37
## 8.2.0 (2022-06-22)
48

59
- Release created to be compatible with 8.2 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.2.0";
51+
const VERSION = "8.3.0";
5252

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

0 commit comments

Comments
 (0)