v2.14.0
diff --git a/CHANGES.md b/CHANGES.md
index 678d2c7..be0659d 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,8 @@
+Version 2.14.0 released 2016-04-11
+
+* mochiweb_html now requires a letter to begin a HTML tag
+  https://github.com/mochi/mochiweb/pull/171
+
 Version 2.13.2 released 2016-03-18
 
 * Allow mochijson2 to handle code points that xmerl_ucs considered
diff --git a/src/mochiweb.app.src b/src/mochiweb.app.src
index 2976fd8..7b546de 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.13.2"},
+  {vsn, "2.14.0"},
   {modules, []},
   {registered, []},
   {env, []},