Update changelog and version
This commit is contained in:
parent
73937da52a
commit
6771d2391d
@ -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)
|
* 0.4.3 (2020-06-04)
|
||||||
* BF: Fixed interface acceptable regression in `App`
|
* BF: Fixed interface acceptable regression in `App`
|
||||||
* Update RFC6455 library with latest fixes
|
* Update RFC6455 library with latest fixes
|
||||||
|
@ -5,7 +5,7 @@ namespace Ratchet;
|
|||||||
* The version of Ratchet being used
|
* The version of Ratchet being used
|
||||||
* @var string
|
* @var string
|
||||||
*/
|
*/
|
||||||
const VERSION = 'Ratchet/0.4.3';
|
const VERSION = 'Ratchet/0.4.4';
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* A proxy object representing a connection to the application
|
* A proxy object representing a connection to the application
|
||||||
|
Loading…
Reference in New Issue
Block a user