diff --git a/debian/changelog b/debian/changelog
index f729c806b579ea8b535f5e8fa90dd194368f9eb4..113232e9e169265372cabef8e0ebf0a5e4e2c5ad 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,13 @@
+sjrpc (14) unstable; urgency=low
+
+  * New major update, API breaks, please read the doc.
+  * New pluggable protocols (rpc, tunneling and vpn for now).
+  * Still compatible with olders versions.
+  * Use libev and pyev as event loop.
+  * Updated and complete documentation.
+
+ -- Antoine Millet <antoine.millet@smartjog.com>  Wed, 05 Oct 2011 18:46:04 +0200
+
 sjrpc (13) unstable; urgency=low
 
   * Fixed a bug with dropped connections and async requests.
diff --git a/sjrpc/__init__.py b/sjrpc/__init__.py
index 05d206a271a09516a39038825840831eca23397d..6570754f4385c8daaf3c71501969fe2d83bd97b8 100644
--- a/sjrpc/__init__.py
+++ b/sjrpc/__init__.py
@@ -23,4 +23,4 @@ import sjrpc.core
 import sjrpc.server
 import sjrpc.utils
 
-__version__ = '14~dev'
+__version__ = '14'