diff --git a/user_balances.xml.md b/user_balances.xml.md
index 9b43a36..a9c71aa 100644
--- a/user_balances.xml.md
+++ b/user_balances.xml.md
@@ -1,4 +1,36 @@
-## Current release (v0.2-b35)
+## Current release (v0.3-b52)
+
+### With parameter "user=$username"
+
+``` xml
+
+
+
+ $playername
+ $balance
+
+ ...
+
+
+```
+
+### With parameter "sum=$username"
+
+``` xml
+
+
+
+
+ $playername
+ $balance
+
+ ...
+
+
+
+```
+
+## Previous release (v0.2-b35)
``` xml
@@ -7,16 +39,3 @@
```
-## Current development branch (v0.2-b81)
-
-``` xml
-
-
-
- $playername
- $balance
-
- ...
-
-
-```
\ No newline at end of file