@@ -1,6 +1,9 @@
# PeerServer Changelog
-### 0.2.1
+### 0.2.4
+* Added the ability to specify a custom path.
+* Added the option to be able to get a list of peers on the client side.
+### 0.2.1
* Added test suite.
* Locked node dependency for restify.
@@ -1,6 +1,6 @@
{
"name": "peer",
- "version": "0.2.3",
+ "version": "0.2.4",
"description": "PeerJS server component",
"main": "lib/server.js",
"bin": {