From 7ee1e4a44b57b60dadd9d6fc4bf0b9681ed715d3 Mon Sep 17 00:00:00 2001
From: Fabien COMBERNOUS <fabien.combernous@adullact.org>
Date: Mon, 31 Dec 2018 22:08:41 +0100
Subject: [PATCH] release 2.0.0

---
 CHANGELOG.md  | 19 +++++++++++++++++++
 metadata.json |  2 +-
 2 files changed, 20 insertions(+), 1 deletion(-)

diff --git a/CHANGELOG.md b/CHANGELOG.md
index c01911d..13fd64b 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 290df8f..e408bf4 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",
-- 
GitLab