diff --git a/CHANGELOG.md b/CHANGELOG.md
index 510710c..e788bf2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,10 @@
## 2.0.4.7 [2020-10-30]
+
2020-10-31: Alessio Fabiani [Hardening] check for empty strings other than 'None' attributes
+
+## 2.0.4.7 [2020-10-30]
+
2020-10-30: Alessio Fabiani Make "create_style" returning the style object just created
2020-10-30: Alessio Fabiani Parse "sld_name" and "sld_title" from global "NamedLayer" node
diff --git a/setup.py b/setup.py
index bc03d7e..57f6c6e 100644
--- a/setup.py
+++ b/setup.py
@@ -10,7 +10,7 @@
setup(
name="geoserver-restconfig",
- version="2.0.4.7",
+ version="2.0.4.8",
description="GeoServer REST Configuration",
long_description=readme_text,
keywords="GeoServer REST Configuration",