diff --git a/CHANGELOG.md b/CHANGELOG.md
index 13fd64b4abac3c6b468492c3debf1d4eb180c70a..8a657f9e5e0931f35803b0bceb231494a5a70854 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,21 @@
 
 All notable changes to this project will be documented in this file.
 
+## Release 3.0.0
+
+**Features**
+
+  * #80 remove CentOS7 from compatible OSes
+  * #72  add Ubuntu1804 to compatible OSes
+  * #45 set a fixed version of installed WP-CLI
+
+**Bugfixes**
+
+  * #78 space and double quote can be present in WP-CLI output
+  * #68 warning about String format is deprecated for #strftime
+
+**Known Issues**
+
 ## Release 2.0.0
 
 **Features**
diff --git a/metadata.json b/metadata.json
index b721de6a7491c917b0ed81d7a036b110da28d70d..d2fcd81fe254924a3cf3e3e7f8567d04d47a3165 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
 {
   "name": "adullact-wordpress",
-  "version": "2.0.1",
+  "version": "3.0.0",
   "author": "adullact",
   "summary": "Install and configure WordPress with WP-CLI tool.",
   "license": "AGPL-3.0",