diff --git a/docgen/parameters.json b/docgen/parameters.json
index b9673f542..affa2320d 100644
--- a/docgen/parameters.json
+++ b/docgen/parameters.json
@@ -1,7 +1,7 @@
{
"title" : "Venus (Fugerit Document Generation Framework)",
"name": "Venus",
- "version" : "0.5.4",
+ "version" : "0.5.5",
"date" : "24/11/2022",
"organization" : {
"name" : "Fugerit Org",
diff --git a/docgen/release-notes.txt b/docgen/release-notes.txt
index 2e46728d4..6baab8eca 100644
--- a/docgen/release-notes.txt
+++ b/docgen/release-notes.txt
@@ -1,4 +1,8 @@
-0.5.4 (2022-11-24)
+0.5.5 (2022-11-24)
+------------------
++ fj-doc-mod-fop Fixed legacy compatibility of FopConfigClassLoader see [0.5.2](https://github.com/fugerit-org/fj-doc/issues/7)
+
+0.5.4 (2022-11-24)
------------------
+ fj-doc-mod-opencsv, added module for handling CSV format [CSV format](https://github.com/fugerit-org/fj-doc/issues/8)
diff --git a/fj-doc-base/pom.xml b/fj-doc-base/pom.xml
index d60a0da1e..dca40510c 100644
--- a/fj-doc-base/pom.xml
+++ b/fj-doc-base/pom.xml
@@ -7,7 +7,7 @@
org.fugerit.java
fj-doc
- 0.5.4
+ 0.5.5
fj-doc-base
diff --git a/fj-doc-freemarker/pom.xml b/fj-doc-freemarker/pom.xml
index b5445396e..0a60fb977 100644
--- a/fj-doc-freemarker/pom.xml
+++ b/fj-doc-freemarker/pom.xml
@@ -7,7 +7,7 @@
org.fugerit.java
fj-doc
- 0.5.4
+ 0.5.5
fj-doc-freemarker
diff --git a/fj-doc-mod-fop/pom.xml b/fj-doc-mod-fop/pom.xml
index d43325d92..b5a45b164 100644
--- a/fj-doc-mod-fop/pom.xml
+++ b/fj-doc-mod-fop/pom.xml
@@ -7,7 +7,7 @@
org.fugerit.java
fj-doc
- 0.5.4
+ 0.5.5
fj-doc-mod-fop
diff --git a/fj-doc-mod-opencsv/pom.xml b/fj-doc-mod-opencsv/pom.xml
index c36f834ca..c78be708c 100644
--- a/fj-doc-mod-opencsv/pom.xml
+++ b/fj-doc-mod-opencsv/pom.xml
@@ -7,7 +7,7 @@
org.fugerit.java
fj-doc
- 0.5.4
+ 0.5.5
fj-doc-mod-opencsv
diff --git a/fj-doc-mod-poi/pom.xml b/fj-doc-mod-poi/pom.xml
index 053d8ccd3..6ddaa7a0c 100644
--- a/fj-doc-mod-poi/pom.xml
+++ b/fj-doc-mod-poi/pom.xml
@@ -7,7 +7,7 @@
org.fugerit.java
fj-doc
- 0.5.4
+ 0.5.5
fj-doc-mod-poi
diff --git a/fj-doc-sample/pom.xml b/fj-doc-sample/pom.xml
index bbe9369b2..8e6671e04 100644
--- a/fj-doc-sample/pom.xml
+++ b/fj-doc-sample/pom.xml
@@ -7,7 +7,7 @@
org.fugerit.java
fj-doc
- 0.5.4
+ 0.5.5
fj-doc-sample
diff --git a/pom.xml b/pom.xml
index 3fb8a665c..0e7f8c414 100644
--- a/pom.xml
+++ b/pom.xml
@@ -11,7 +11,7 @@
fj-doc
- 0.5.4
+ 0.5.5
pom
fj-doc