diff --git a/CHANGELOG.md b/CHANGELOG.md index 316d5dc..990ddef 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ CHANGELOG --- +* 1.0.0 (2023-06-22) + * BC: Minimum PHP version is now 8.0 + * Add PHP 8.0, 8.1 and 8.2 support + * 0.4.4 (2021-12-11) * Correct and update dependencies for forward compatibility * Added context for React Socket server to App diff --git a/src/Ratchet/ConnectionInterface.php b/src/Ratchet/ConnectionInterface.php index 7213811..f0496fd 100644 --- a/src/Ratchet/ConnectionInterface.php +++ b/src/Ratchet/ConnectionInterface.php @@ -5,7 +5,7 @@ * The version of Ratchet being used * @var string */ -const VERSION = 'Ratchet/0.4.4'; +const VERSION = 'Ratchet/1.0.0'; /** * A proxy object representing a connection to the application