diff --git a/CHANGELOG.md b/CHANGELOG.md
index fbeadf54b9ba4bb54a2be0deef480375e597d738..3ff9eba2250e6b27701c58398ee0129b1638b313 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -2,6 +2,19 @@
 
 All notable changes to this project will be documented in this file.
 
+## Release 1.0.0
+
+**Features**
+
+**Bugfixes**
+
+  * #6 bump version to publish 1.0.0
+
+**Known Issues**
+
+  * #1 Fix attribute ensure set to latest from scratch with resources management.
+  * #5 Permit to modify hour of update for external_fact.
+
 ## Release 0.2.0
 
 **Features**
@@ -10,6 +23,7 @@ All notable changes to this project will be documented in this file.
 
   * #2 Fix license.
   * #3 Add informations in chapter `Limitations` in README.
+  * #4 Update CHANGELOG.
 
 **Known Issues**
 
diff --git a/Gemfile b/Gemfile
index 5cda86e3eea3b4da497108e706eebed6cfac823a..ab5f1619a2a9979dbbfc7577c2c17d04d4e0d9cd 100644
--- a/Gemfile
+++ b/Gemfile
@@ -76,3 +76,12 @@ extra_gemfiles.each do |gemfile|
   end
 end
 # vim: syntax=ruby
+
+# Added at 2018-07-05 11:16:26 +0200 by fcombernous:
+gem "beaker-rspec", "~> 6.2"
+
+# Added at 2018-07-05 11:23:13 +0200 by fcombernous:
+gem "beaker-puppet_install_helper", "~> 0.9.4"
+
+# Added at 2018-07-05 11:23:35 +0200 by fcombernous:
+gem "beaker-module_install_helper", "~> 0.1.7"
diff --git a/metadata.json b/metadata.json
index be7ae2d2e418482482473d6eaa95030080412c48..cf8fdb2a37eb1c8a42735a6797be853b7f82784a 100644
--- a/metadata.json
+++ b/metadata.json
@@ -1,6 +1,6 @@
 {
   "name": "adullact-wordpress",
-  "version": "0.1.0",
+  "version": "1.0.0",
   "author": "adullact",
   "summary": "Install and configure wordpress with wpcli tool.",
   "license": "AGPL-3.0",