diff --git a/CHANGELOG.md b/CHANGELOG.md
index 999d044ae8340e6d3a05a38eb0b2910523855a83..364b99c90123abe4b0a3b73952d60162bcec8b23 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,4 +1,9 @@
-Version 1.7 (not yet released)
+Version 1.8 (not yet released)
+===========
+
+
+
+Version 1.7
 ===========
 * fixed notice in FormProcessor->invokeFormProcessor
 * Fixed #9 Error in the default value
diff --git a/README.md b/README.md
index 56d6e4150a14b5e0ecb177c4b1f54745efeab7a3..ed38e1fd51937d1f80a74181b9c96e722d1c36cd 100644
--- a/README.md
+++ b/README.md
@@ -1,14 +1,30 @@
 # form-processor
 
-![Screenshot](/images/screenshot.png)
-
 The form processor extension gives you the ability to define business logic for handling form submissions. 
 A form submission could come from the CiviMRF, external system or just a direct submission.
 
-[See **wiki** for more information](https://lab.civicrm.org/jaapjansma/form-procesor-designer/wikis/home).
+[See **docs** for more information](https://docs.civicrm.org/formprocessor/en/latest/).
 
 The extension is licensed under [AGPL-3.0](LICENSE.txt).
 
+## Contributing
+
+Feel free to contribute to this extension. Create a Merge Request and also add a little description to CHANGELOG.md of what you have changed
+
+## Releasing Process
+
+When one of the admins think it is time to relase a new version they might do so. You can also ask them to release a new version.
+Usually this when the release is being tested and put in production.
+
+For admins creating a release those are the steps to follow:
+
+1. Update info.xml to reflect the new version number and release date
+2. Remove the 'not yet released' from CHANGELOG.md
+3. Copy the changes
+4. Go to tags, create a new tag and paste the changes
+5. After that update info.xml to add a new version number ending with _-dev_
+6. Update changelog add a heading for the new version with the text _not yet released_
+
 ## Requirements
 
 * PHP v5.4+
diff --git a/info.xml b/info.xml
index bb00c306c798df48420be19acd30b73defe45c40..981bd853ad3a4d06dbfc51d41da7c733f7cc5fb0 100644
--- a/info.xml
+++ b/info.xml
@@ -16,8 +16,8 @@
     <url desc="Licensing">http://www.gnu.org/licenses/agpl-3.0.html</url>
     <url desc="Action-Provider Extension">https://lab.civicrm.org/extensions/action-provider</url>
   </urls>
-  <releaseDate>2020-03-17</releaseDate>
-  <version>1.7-dev</version>
+  <releaseDate>2020-06-25</releaseDate>
+  <version>1.8-dev</version>
   <develStage>stable</develStage>
   <compatibility>
     <ver>4.7</ver>