diff --git a/CHANGELOG.md b/CHANGELOG.md index 13fb90f..c090901 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ CHANGELOG --- +* 0.2.6 (2013-06-01) + + * Guzzle 3.6 support + * 0.2.5 (2013-04-01) * Fixed Hixie-76 handshake bug diff --git a/src/Ratchet/ConnectionInterface.php b/src/Ratchet/ConnectionInterface.php index cc4d74b..3c2e5d6 100644 --- a/src/Ratchet/ConnectionInterface.php +++ b/src/Ratchet/ConnectionInterface.php @@ -5,7 +5,7 @@ namespace Ratchet; * The version of Ratchet being used * @var string */ -const VERSION = 'Ratchet/0.2.5'; +const VERSION = 'Ratchet/0.2.6'; /** * A proxy object representing a connection to the application