diff --git a/CHANGELOG.md b/CHANGELOG.md index 2dcac83..3dc88e5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -8,7 +8,7 @@ CHANGELOG --- -* 0.2 (2012-07-TBD) +* 0.2 (2012-09-07) * Ratchet passes every non-binary-frame test from the Autobahn Testsuite * Major performance improvements diff --git a/src/Ratchet/ConnectionInterface.php b/src/Ratchet/ConnectionInterface.php index cc11fb0..1fc1fde 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.2b'; +const VERSION = 'Ratchet/0.2'; /** * A proxy object representing a connection to the application diff --git a/tests/AutobahnTestSuite/fuzzingclient-profile.json b/tests/AutobahnTestSuite/fuzzingclient-profile.json index cc9a2a6..7621585 100644 --- a/tests/AutobahnTestSuite/fuzzingclient-profile.json +++ b/tests/AutobahnTestSuite/fuzzingclient-profile.json @@ -3,7 +3,7 @@ , "outdir": "reports/profile" , "servers": [ - {"agent": "Ratchet-libevent/0.2b", "url": "ws://localhost:8000", "options": {"version": 18}} + {"agent": "Ratchet-libevent/0.2", "url": "ws://localhost:8000", "options": {"version": 18}} ] , "cases": ["9.7.4"]