diff --git a/CHANGELOG.md b/CHANGELOG.md index 696cc43..b671b5a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,7 @@ +### 0.3.3 / 2014-04-24 + +* Correct the draft-76 status line reason phrase + ### 0.3.2 / 2013-12-29 * Expand `maxLength` to cover sequences of continuation frames and `draft-{75,76}` diff --git a/README.md b/README.md index c1aff53..179369c 100644 --- a/README.md +++ b/README.md @@ -285,7 +285,7 @@ after `emit('open')` has fired. (The MIT License) -Copyright (c) 2010-2013 James Coglan +Copyright (c) 2010-2014 James Coglan Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the 'Software'), to deal in diff --git a/package.json b/package.json index e68094c..0988c29 100644 --- a/package.json +++ b/package.json @@ -5,7 +5,7 @@ , "keywords" : ["websocket"] , "license" : "MIT" -, "version" : "0.3.2" +, "version" : "0.3.3" , "engines" : {"node": ">=0.4.0"} , "main" : "./lib/websocket/driver" , "devDependencies" : {"jstest": ""}