diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG
index 4bb962cafcc3b62f0a74056559f8ed12a05e7a36..34f0e1be25cf0fc82f87ba0e3862ae7b4160b410 100644
--- a/static/plugin_dbui/CHANGELOG
+++ b/static/plugin_dbui/CHANGELOG
@@ -2,11 +2,9 @@
 
 HEAD
 
-  - Fix a bug in resetFields parameters
-  - Add protection to avoid Direct transaction with null TableId.
-    It seems related to the fact that the proxy is not yet ready.
-
-0.6.1.5 (Jul 2014)
+0.6.1.6 (Jul 2014)
+  - Add protection to avoid Direct transaction with null TableId identifier
+    It happens from time to time when the proxy is not yet ready.
   - Add the configuration paremeter resetFields in the RowEditorBase
     It allows to reset any fields when duplcating a record.
   - The defintion of a plugin can be superseed at any time when using Modifier.
diff --git a/static/plugin_dbui/src/App.js b/static/plugin_dbui/src/App.js
index 30de19ff83df924103937d7e732572a3b4ac99b2..60b8cda898648b1bd1bfb4058f2e64f1c6051a00 100644
--- a/static/plugin_dbui/src/App.js
+++ b/static/plugin_dbui/src/App.js
@@ -15,7 +15,7 @@ Ext.define('App', {
      * The version of the plugin
      * @property {String}
      */
-    version: '0.6.1.5',
+    version: '0.6.1.6',
 
     /**
      * The name of the application