Skip to content

Commit

Permalink
Updates for tag
Browse files Browse the repository at this point in the history
  • Loading branch information
cboden committed Jun 8, 2014
1 parent 0dfd2b8 commit d36a869
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,14 @@ CHANGELOG

---

* 0.3.2 (2014-06-08)

* BF: No messages after closing handshake (fixed rare race condition causing 100% CPU)
* BF: Fixed accidental BC break from v0.3.1
* Added autoDelete parameter to Topic to destroy when empty of connections
* Exposed React Socket on IoServer (allowing FlashPolicy shutdown in App)
* Normalized Exceptions in WAMP

* 0.3.1 (2014-05-26)

* Added query parameter support to Router, set in HTTP request (ws://server?hello=world)
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.1';
const VERSION = 'Ratchet/0.3.2';

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

0 comments on commit d36a869

Please sign in to comment.