diff --git a/CHANGELOG.md b/CHANGELOG.md
index e6d5b9e..b975d6d 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,3 +1,17 @@
+## 0.2.0a10 (2025-03-30)
+
+### Feat
+
+- document unix file name parameters
+- better console output
+- do not document reference to undocumented variable
+
+### Fix
+
+- doc for param
+- support NamespaceCalculation
+- convert <ENV> to &lt;ENV&gt; for github plugin
+
 ## 0.2.0a9 (2025-02-19)
 
 ### Fix
diff --git a/pyproject.toml b/pyproject.toml
index 23b022e..49e7a95 100644
--- a/pyproject.toml
+++ b/pyproject.toml
@@ -4,7 +4,7 @@ requires = ["flit_core >=3.8.0,<4"]
 
 [project]
 name = "rougail.output_doc"
-version = "0.2.0a9"
+version = "0.2.0a10"
 authors = [{name = "Emmanuel Garette", email = "gnunux@gnunux.info"}]
 readme = "README.md"
 description = "Rougail output doc"