diff --git a/CHANGELOG.md b/CHANGELOG.md index c02b6b0..8fa65bf 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,6 +2,18 @@ This changelog references the relevant changes (bug and security fixes) done to `orchestra/memory`. +## 3.8.0 + +Released: 2019-03-02 + +### Changes + +* Update support for Laravel Framework v5.8. + +### Removed + +* Remove deprecated `Orchestra\Memory\CommandServiceProvider`. + ## 3.7.1 Released: 2019-02-21 @@ -36,11 +48,3 @@ Released: 2018-02-20 ### Changes * Update support for Laravel Framework v5.6. - -## 3.5.0 - -Released: 2017-08-25 - -### Changes - -* Update support for Laravel Framework v5.5. diff --git a/README.md b/README.md index 9e51d30..c61bc3f 100644 --- a/README.md +++ b/README.md @@ -30,7 +30,7 @@ Laravel | Memory 5.5.x | 3.5.x 5.6.x | 3.6.x 5.7.x | 3.7.x - 5.8.x | 3.8.x@dev + 5.8.x | 3.8.x ## Installation diff --git a/phpunit.xml b/phpunit.xml index f60ab0a..4c4a66d 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -25,7 +25,7 @@ - - + +