v2.16.0
diff --git a/CHANGES.md b/CHANGES.md
index a11b4a7..37e0bf4 100644
--- a/CHANGES.md
+++ b/CHANGES.md
@@ -1,3 +1,10 @@
+Version 2.16.0 released 2016-12-19
+
+* Added support for encoding maps to mochijson2 (where available)
+  https://github.com/mochi/mochiweb/pull/184
+* Added missing RFC1918 address spaces to the allowed x-forwarded-for header
+  https://github.com/mochi/mochiweb/pull/183
+
 Version 2.15.1 released 2016-06-24
 
 * Fixed deprecation warnings in Erlang/OTP 19.0
diff --git a/src/mochiweb.app.src b/src/mochiweb.app.src
index 0628189..eb3cac1 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.15.1"},
+  {vsn, "2.16.0"},
   {modules, []},
   {registered, []},
   {env, []},