Skip to content

Commit

Permalink
Bump version to 0.4.0.
Browse files Browse the repository at this point in the history
  • Loading branch information
jcoglan committed Feb 13, 2012
1 parent 8f71ec1 commit a6e2fe2
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 1 deletion.
7 changes: 7 additions & 0 deletions CHANGELOG.txt
@@ -1,3 +1,10 @@
=== 0.4.0 / 2012-02-13

* Add ping() method to server-side WebSocket and EventSource
* Buffer send() calls until the draft-76 handshake is complete
* Fix HTTPS problems on Node 0.7


=== 0.3.1 / 2012-01-16

* Call setNoDelay(true) on net.Socket objects to reduce latency
Expand Down
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -4,7 +4,7 @@
, "author" : "James Coglan <jcoglan@gmail.com> (http://jcoglan.com/)"
, "keywords" : ["websocket", "eventsource"]

, "version" : "0.3.1"
, "version" : "0.4.0"
, "engines" : {"node": ">=0.4.0"}
, "main" : "./lib/faye/websocket"
, "devDependencies" : {"jsclass": ""}
Expand Down

0 comments on commit a6e2fe2

Please sign in to comment.