diff --git a/CHANGELOG.md b/CHANGELOG.md index 6d4394b..04aa6f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ All notable changes to `pdf-to-image` will be documented in this file -## 2.0.0 (unreleased) - 2020-0X-XX +## 2.0.0 - 2020-01-08 - added typehints - removal of ability of loading pdfs via URLs diff --git a/README.md b/README.md index faad159..f59dad1 100644 --- a/README.md +++ b/README.md @@ -79,7 +79,7 @@ This will instruct PHP FPM to look for the `gs` binary in the right places. ## Testing ``` bash -$ composer test +composer test ``` ## Changelog