Skip to content

Commit 9d4290d

Browse files
authored
Prepare 6.5.5 (#2692)
1 parent ba7930f commit 9d4290d

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# Change Log
22

3-
## 6.5.5 - UNRELEASED
3+
## 6.5.5 - 2020-06-16
44

55
* Unpin version constraint for `symfony/polyfill-intl-idn` [#2678](https://github.com/guzzle/guzzle/pull/2678)
66

src/ClientInterface.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ interface ClientInterface
1515
/**
1616
* @deprecated Will be removed in Guzzle 7.0.0
1717
*/
18-
const VERSION = '6.5.4';
18+
const VERSION = '6.5.5';
1919

2020
/**
2121
* Send an HTTP request.

0 commit comments

Comments
 (0)