diff --git a/changelog.md b/changelog.md
index df390e83b1..793a797f73 100644
--- a/changelog.md
+++ b/changelog.md
@@ -2,6 +2,14 @@
All notable changes to this project will be documented in this file.
This project adheres to [Semantic Versioning](http://semver.org/).
+## 4.8.0
+
+Lots of changes
+- No more export function
+- updated api
+
+
+
## [4.7.17 (API 0.9.2)] - 2019-03-17
### Added
diff --git a/phpunit.coverage.specific.xml b/phpunit.coverage.specific.xml
index d9a53a5f60..ce06301554 100644
--- a/phpunit.coverage.specific.xml
+++ b/phpunit.coverage.specific.xml
@@ -53,6 +53,9 @@
./tests/Feature/Controllers/Import
./tests/Feature/Controllers/Json
./tests/Feature/Controllers/Popup
+ ./tests/Feature/Controllers/Recurring
+ ./tests/Feature/Controllers/Report
+ ./tests/Feature/Controllers/Rule
diff --git a/phpunit.coverage.xml b/phpunit.coverage.xml
index d676ea64f1..e6c3676a7e 100644
--- a/phpunit.coverage.xml
+++ b/phpunit.coverage.xml
@@ -53,6 +53,9 @@
./tests/Feature/Controllers/Import
./tests/Feature/Controllers/Json
./tests/Feature/Controllers/Popup
+ ./tests/Feature/Controllers/Recurring
+ ./tests/Feature/Controllers/Report
+ ./tests/Feature/Controllers/Rule
diff --git a/phpunit.xml b/phpunit.xml
index 8000be2857..4d6b567484 100644
--- a/phpunit.xml
+++ b/phpunit.xml
@@ -53,6 +53,9 @@
./tests/Feature/Controllers/Import
./tests/Feature/Controllers/Json
./tests/Feature/Controllers/Popup
+ ./tests/Feature/Controllers/Recurring
+ ./tests/Feature/Controllers/Report
+ ./tests/Feature/Controllers/Rule