Skip to content

Commit

Permalink
Prep for 8.3.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Jun 27, 2022
1 parent 898d9c7 commit dc6703f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 8.3.0 (2022-06-27)

- Release created to be compatible with 8.3 Elastic clients

## 8.2.0 (2022-06-22)

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

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

0 comments on commit dc6703f

Please sign in to comment.