update CHANGES for 2.10.1
diff --git a/CHANGES.md b/CHANGES.md
index 1402301..673d759 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,10 @@
+Version 2.10.1 released 2015-01-11
+
+* Fixes issue with SSL and mochiweb_websocket. Note that
+  mochiweb_websocket is still experimental and the API
+  is subject to change in future versions.
+  https://github.com/mochi/mochiweb/pull/144
+
 Version 2.10.0 released 2014-12-17
 
 * Added new `recbuf` option to mochiweb_http to allow the receive
diff --git a/src/mochiweb.app.src b/src/mochiweb.app.src
index 0ffb395..ccad5bc 100644
--- a/src/mochiweb.app.src
+++ b/src/mochiweb.app.src
@@ -1,7 +1,7 @@
 %% This is generated from src/mochiweb.app.src
 {application, mochiweb,
  [{description, "MochiMedia Web Server"},
-  {vsn, "2.10.0"},
+  {vsn, "2.10.1"},
   {modules, []},
   {registered, []},
   {env, []},