Skip to content

Commit

Permalink
v0.3.5 prep
Browse files Browse the repository at this point in the history
  • Loading branch information
cboden committed May 25, 2016
1 parent 734055e commit b5cceca
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ CHANGELOG

---

* 0.3.5 (2016-05-25)

* BF: Unmask responding close frame
* Added write handler for PHP session serializer

* 0.3.4 (2015-12-23)

* BF: Edge case where version check wasn't run on message coalesce
Expand Down
2 changes: 1 addition & 1 deletion src/Ratchet/ConnectionInterface.php
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
* The version of Ratchet being used
* @var string
*/
const VERSION = 'Ratchet/0.3.4';
const VERSION = 'Ratchet/0.3.5';

/**
* A proxy object representing a connection to the application
Expand Down

0 comments on commit b5cceca

Please sign in to comment.