Skip to content

Commit

Permalink
Prep for 8.8.0 release
Browse files Browse the repository at this point in the history
  • Loading branch information
ezimuel committed Nov 8, 2023
1 parent c736579 commit cdf9f63
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
# Changelog

## 8.8.0 (2023-11-08)

- Support path in host connection URI
[#21](https://github.com/elastic/elastic-transport-php/pull/21)

- Support userInfo in host connection URI
[#22](https://github.com/elastic/elastic-transport-php/pull/22)

## 8.7.0 (2023-05-23)

- Allow installation of psr/http-message v2.0
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.7.0";
const VERSION = "8.8.0";

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

0 comments on commit cdf9f63

Please sign in to comment.