Version bump fixes #99

This commit is contained in:
Chris Boden 2013-06-09 11:41:03 -04:00
parent 7622a48568
commit 6c0a8550dd
3 changed files with 6 additions and 2 deletions

View File

@ -8,6 +8,10 @@ CHANGELOG
--- ---
* 0.2.7 (2013-06-09)
* BF: Sub-protocol negotation with Guzzle 3.6
* 0.2.6 (2013-06-01) * 0.2.6 (2013-06-01)
* Guzzle 3.6 support * Guzzle 3.6 support

View File

@ -8,7 +8,7 @@ Build up your application through simple interfaces and re-use your application
##WebSocket Compliance ##WebSocket Compliance
* Supports the RFC6455, HyBi-10+, and Hixie76 protocol versions (at the same time) * Supports the RFC6455, HyBi-10+, and Hixie76 protocol versions (at the same time)
* Tested on Chrome 13 - 26, Firefox 6 - 20, Safari 5.0.1 - 6, iOS 4.2 - 6 * Tested on Chrome 13 - 27, Firefox 6 - 21, Safari 5.0.1 - 6, iOS 4.2 - 6
* Ratchet [passes](http://socketo.me/reports/ab/) the [Autobahn Testsuite](http://autobahn.ws/testsuite) (non-binary messages) * Ratchet [passes](http://socketo.me/reports/ab/) the [Autobahn Testsuite](http://autobahn.ws/testsuite) (non-binary messages)
##Requirements ##Requirements

View File

@ -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.2.6'; const VERSION = 'Ratchet/0.2.7';
/** /**
* A proxy object representing a connection to the application * A proxy object representing a connection to the application