diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG
index 56a61d33b6cbb06c8e1f6c871e828b46671b29f2..0b9f03ebc5ea8dc6ff44d5286167abb8f032660f 100644
--- a/static/plugin_dbui/CHANGELOG
+++ b/static/plugin_dbui/CHANGELOG
@@ -1,10 +1,12 @@
 --------------------------------- CHANGE LOG ----------------------------------
 
 HEAD
-  - DirectSvc exceptions are logged in the ticket system.
-  - Polish dbsvc service which can now process several records
+
+0.4.10.2 (Mar 2013)
+  - DirectSvc exceptions are logged in the web2py ticket system.
+  - Polish dbsvc service. It can process several records
     in create and update transactions.
-  - Fix a bug and improve App.form.Panel.onStoreException.
+  - Fix a bug in App.form.Panel.onStoreException and improve it.
 
 0.4.10.1 (Dec 2012)
   - Bug fixed
diff --git a/static/plugin_dbui/src/base.js b/static/plugin_dbui/src/base.js
index 54f8cada853bea6949ffbc1b2582c34cb3c58a97..e325c853d7bb715ea05e29f89cac65193380bd5e 100644
--- a/static/plugin_dbui/src/base.js
+++ b/static/plugin_dbui/src/base.js
@@ -20,7 +20,7 @@ Ext.namespace('App');
 /**
  * @param {String} App.version version of the library
  */
-App.version = '0.4.10.1';
+App.version = '0.4.10.2';
 
 /**
  * Helper function mimicking the encode_field function running on the server