diff --git a/static/plugin_dbui/CHANGELOG b/static/plugin_dbui/CHANGELOG
index 9a6d5f5e99de33f71a3cf67f4bc8fde17255fc28..8f30f2e2803978494d99804fdbadef80b6c378b4 100644
--- a/static/plugin_dbui/CHANGELOG
+++ b/static/plugin_dbui/CHANGELOG
@@ -2,7 +2,7 @@
 
 HEAD
 
-0.4.9.4 (Nov 2012)
+0.4.9.5 (Nov 2012)
   - Major release with several improvements.
   - New syntax for grid filter via the method GridModifier.append_filter.
   - Improve the files organization for the model and javascript code.
@@ -12,10 +12,11 @@ HEAD
     in FormModifiers.
   - Add a plugin pRegExp and remove custom widget app.form.TextField 
     and app.form.TextArea.
-  - Add a new python class Selector to help building reports
+  - Add a new python class Selector to help building reports.
   - improve store and row-editor messaging on exception.
-  - add a converter to_panelWithUrlSelector
-  - New controller for software version plugin_dbui/versions
+  - add a converter to_panelWithUrlSelector.
+  - New controller for software version plugin_dbui/versions.
+  - Add modifiers persistency.
   
 0.4.8.2 (Jul 2012)
   - Consolidation version
diff --git a/static/plugin_dbui/src/base.js b/static/plugin_dbui/src/base.js
index d5c11659d0523775d6c8962adcfc91526a7d9b0c..40403bb695b62113d2708307a179f442ca3e13da 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.9.4';
+App.version = '0.4.9.5';
 
 /**
  * Helper function mimicking the encode_field function running on the server