diff --git a/CHANGELOG.md b/CHANGELOG.md
index c01911d9eb173a5fe1e4ced646a869faf1dca831..13fd64b4abac3c6b468492c3debf1d4eb180c70a 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,25 @@
 
 All notable changes to this project will be documented in this file.
 
+## Release 2.0.0
+
+**Features**
+
+  * #55 add debian9 support
+  * #57 use schedure resource instead of cron
+  * #63 README , details about basic usage
+  * #69 remove puppet4 acceptance tests
+
+**Bugfixes**
+
+  * #64 update a resource can be not idempotent
+  * #65 remove :: usage
+  * #66 core update can be done in an idempotent way
+  * #67 declare private types as private
+
+**Known Issues**
+
+
 ## Release 1.3.5
 
 **Features**
diff --git a/metadata.json b/metadata.json
index 290df8f4fe37f98744035f92abc5b67dc7aa1122..e408bf4c96a3d94c182d551e01b15b3808dbc7ab 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
 {
   "name": "adullact-wordpress",
-  "version": "1.3.5",
+  "version": "2.0.0",
   "author": "adullact",
   "summary": "Install and configure WordPress with WP-CLI tool.",
   "license": "AGPL-3.0",