diff --git a/CHANGELOG.md b/CHANGELOG.md
index 02d48cab10ced016c146ed1e96c328a03b634319..aeb6c5136fbcdcd86a0e178ed456ed6626e1d829 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,13 +2,14 @@
 
 All notable changes to this project will be documented in this file.
 
-## Release 1.1.0
+## Release 1.0.1
 
 **Features**
 
 **Bugfixes**
 
   * #7 Add missing keywords in metadata.json.
+  * #8 Fix version in metadata.json.
 
 **Known Issues**
 
diff --git a/metadata.json b/metadata.json
index 77afb4c9238f79b7465c468edff3b4ab2fb5a2ee..e01f002f8196053429ff3f08064f33902c5d74f1 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
 {
   "name": "adullact-wordpress",
-  "version": "1.1.0",
+  "version": "1.0.1",
   "author": "adullact",
   "summary": "Install and configure wordpress with wpcli tool.",
   "license": "AGPL-3.0",