Skip to content

Commit cdf9f63

Browse files
committed
Prep for 8.8.0 release
1 parent c736579 commit cdf9f63

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

+8
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,13 @@
11
# Changelog
22

3+
## 8.8.0 (2023-11-08)
4+
5+
- Support path in host connection URI
6+
[#21](https://github.com/elastic/elastic-transport-php/pull/21)
7+
8+
- Support userInfo in host connection URI
9+
[#22](https://github.com/elastic/elastic-transport-php/pull/22)
10+
311
## 8.7.0 (2023-05-23)
412

513
- Allow installation of psr/http-message v2.0

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.7.0";
51+
const VERSION = "8.8.0";
5252

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

0 commit comments

Comments
 (0)