diff --git a/NEWS.rst b/NEWS.rst
new file mode 100644
index 0000000000000000000000000000000000000000..89389140c731013103d978f22ec8b7bd8488a3ef_TkVXUy5yc3Q=
--- /dev/null
+++ b/NEWS.rst
@@ -0,0 +1,10 @@
+2.0 - 2016-06-17
+================
+
+* Delayed mode; UI to manage messages.
+
+
+1.0 - 2015-07-07
+================
+
+* Initial implementation.
diff --git a/__openerp__.py b/__openerp__.py
index d26bb9a5fc9965eae5263b7f5c7a03bdfaf0c695_X19vcGVuZXJwX18ucHk=..89389140c731013103d978f22ec8b7bd8488a3ef_X19vcGVuZXJwX18ucHk= 100644
--- a/__openerp__.py
+++ b/__openerp__.py
@@ -32,7 +32,7 @@
 
     $ pip install zmq_rpc
 ''',
-    'version': '8.0.1.0',
+    'version': '8.0.2.0',
     'category': '',
     'author': 'XCG Consulting',
     'website': 'http://odoo.consulting/',