From afe63e26d67d73d720a33f2efaf190f576b02f86 Mon Sep 17 00:00:00 2001 From: Chris Boden Date: Fri, 30 Dec 2016 13:40:50 -0500 Subject: [PATCH] 0.3.6 prep fixes #470 fixes #471 fixes #472 --- CHANGELOG.md | 4 ++++ src/Ratchet/ConnectionInterface.php | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5d7073b..03c62c4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,6 +8,10 @@ CHANGELOG --- +* 0.3.6 (2015-12-30) + * BF: Keep host and scheme in HTTP request object attatched to connection + * BF: Return correct HTTP response (405) when non-GET request made + * 0.3.5 (2016-05-25) * BF: Unmask responding close frame diff --git a/src/Ratchet/ConnectionInterface.php b/src/Ratchet/ConnectionInterface.php index 882774e..1b3839c 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.3.5'; +const VERSION = 'Ratchet/0.3.6'; /** * A proxy object representing a connection to the application