diff --git a/Changelog.txt b/Changelog.txt
index a197d6a..e70530d 100644
--- a/Changelog.txt
+++ b/Changelog.txt
@@ -1,3 +1,6 @@
+__0.3.1__
+* Improved performance
+
__0.3.0__
* The AsiSupport plugin has been rewritten in C# to remove the C++/CLI dependency
* The interop with ASI scripts is now done via UnvAsiIntrf.dll (coded in pure C++)
diff --git a/desc.txt b/desc.txt
index 7f51b3e..2c9d8a8 100644
--- a/desc.txt
+++ b/desc.txt
@@ -14,6 +14,9 @@ As the plugin is still in beta and might be unstable, you may experience bugs an
Changelog:
+0.3.1
+* Improved performance
+
0.3.0
* The AsiSupport plugin has been rewritten in C# to remove the C++/CLI dependency
* The interop with ASI scripts is now done via UnvAsiIntrf.dll (coded in pure C++)