Update changelog and version

This commit is contained in:
Chris Boden 2021-12-13 19:06:48 -05:00
parent 73937da52a
commit 6771d2391d
2 changed files with 6 additions and 1 deletions

View File

@ -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

View File

@ -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