diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG
index adda90a3c424ac430929c87ef52ed25a454543b2..df0c9cdbcf8557d3b4867d873006273755654ee4 100644
--- a/static/plugin_dbui/CHANGELOG
+++ b/static/plugin_dbui/CHANGELOG
@@ -1,11 +1,8 @@
 --------------------------------- CHANGE LOG ----------------------------------
 
 HEAD
-   - The CheckBox associated to the boolean field is rendered initially checked
-     when the default value is True.
-   - Deactivate the contexmenu everywhere in the ViewPort.
 
-0.6.1.13 (Nov 2014)
+0.6.1.14 (Dec 2014)
    - Add the plugin App.grid.plugin.Export.
    - Mask the whole viewport during loading a PanelWithUrlSelector.
    - Version data can be export via the plugin pGridExport.
@@ -17,6 +14,9 @@ HEAD
    - Add the user reset functionality in the ComboBoxMaster class.
      Modify ComboBoxSlave and ComboBoxUserReset accordingly.
      In addition the first value of the store is load in the ComboBoxSlave.
+   - The CheckBox associated to the boolean field is rendered initially checked
+     when the default value is True.
+   - Deactivate the contexmenu everywhere in the ViewPort.
 
 0.6.1.7 (Sep 2014)
    - Use inline script and Ext.grid.Panel to display software versions
diff --git a/static/plugin_dbui/src/App.js b/static/plugin_dbui/src/App.js
index 2a581ba762ffbcf4ebf1dd6c660b38b906c58464..0d517d391e476c58513afd4af84b8af037f180c4 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.13',
+    version: '0.6.1.14',
 
     /**
      * The name of the application