From 17211efab494512511c21d7d1ab0b04eb6611c8a Mon Sep 17 00:00:00 2001 From: nrybalov Date: Thu, 29 Jun 2023 23:22:04 +0300 Subject: [PATCH] Prepare 1.0.1 release --- CHANGELOG.md | 3 +++ src/Ratchet/ConnectionInterface.php | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 990ddef..2603721 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,9 @@ CHANGELOG --- +* 1.0.1 (2023-06-30) + * BF: Add compatibility with psr/http-message >= 1.0 + * 1.0.0 (2023-06-22) * BC: Minimum PHP version is now 8.0 * Add PHP 8.0, 8.1 and 8.2 support diff --git a/src/Ratchet/ConnectionInterface.php b/src/Ratchet/ConnectionInterface.php index a6d33d3..0fc7793 100644 --- a/src/Ratchet/ConnectionInterface.php +++ b/src/Ratchet/ConnectionInterface.php @@ -6,7 +6,7 @@ * The version of Ratchet being used * @var string */ -const VERSION = 'Ratchet/1.0.0'; +const VERSION = 'Ratchet/1.0.1'; /** * A proxy object representing a connection to the application