diff --git a/CHANGELOG.md b/CHANGELOG.md index 624beda..b107075 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,11 @@ CHANGELOG --- +* 0.4.4 (2021-12-11) + * Correct and update dependencies for forward compatibility + * Added context for React Socket server to App + * Use non-deprecated Guzzle API calls + * 0.4.3 (2020-06-04) * BF: Fixed interface acceptable regression in `App` * Update RFC6455 library with latest fixes diff --git a/src/Ratchet/ConnectionInterface.php b/src/Ratchet/ConnectionInterface.php index 13abb07..7213811 100644 --- a/src/Ratchet/ConnectionInterface.php +++ b/src/Ratchet/ConnectionInterface.php @@ -5,7 +5,7 @@ namespace Ratchet; * The version of Ratchet being used * @var string */ -const VERSION = 'Ratchet/0.4.3'; +const VERSION = 'Ratchet/0.4.4'; /** * A proxy object representing a connection to the application