diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d358e0..788f720 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,7 +4,12 @@ All Notable changes to `laravel-invoice` will be documented in this file. Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) principles. -## v0.1.0 - 2020-04-08 +## 2.0.1 - 2020-04-08 +### Changed +- Version fixed in changelog +- Test coverage + +## 2.0.0 - 2020-04-08 ### Added - Bills for receiving invoices @@ -23,8 +28,6 @@ Updates should follow the [Keep a CHANGELOG](http://keepachangelog.com/) princip --- #### ATTENTION -This repository based on - To follow original repository, please see [sandervanhooft/laravel-invoicable](https://github.com/sandervanhooft/laravel-invoicable). Former changes (changelog of original): [CHANGELOG.md](https://github.com/sandervanhooft/laravel-invoicable/blob/master/CHANGELOG.md) diff --git a/README.md b/README.md index f272fb2..7d14f5c 100644 --- a/README.md +++ b/README.md @@ -4,6 +4,7 @@ [![Latest Version on Packagist][ico-version]][link-packagist] [![Software License][ico-license]](LICENSE.md) [![Total Downloads][ico-downloads]][link-downloads] +[![Code Coverage](https://scrutinizer-ci.com/g/neptunesoftware/laravel-invoice/badges/coverage.png?b=master)](https://scrutinizer-ci.com/g/neptunesoftware/laravel-invoice/?branch=master) This package has been changed, updated and redistributed. To utilize original distribution, see [sandervanhooft/laravel-invoicable](https://github.com/sandervanhooft/laravel-invoicable) diff --git a/phpunit.xml b/phpunit.xml index 93e68b0..7bab399 100644 --- a/phpunit.xml +++ b/phpunit.xml @@ -17,4 +17,9 @@ + + + ./tests/ + +