From 6dc4e9ca5fb169d4b1058f3c127ca47ef41148eb Mon Sep 17 00:00:00 2001 From: hw Date: Sun, 26 Jul 2020 23:45:35 -0400 Subject: [PATCH] Add Changelog --- CHANGELOG.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 CHANGELOG.md diff --git a/CHANGELOG.md b/CHANGELOG.md new file mode 100644 index 0000000..4d06923 --- /dev/null +++ b/CHANGELOG.md @@ -0,0 +1,17 @@ + +2.0.0 / 2020-07-26 +================== + +* Create release for tags using GH Actions +* Run PHPStan in Travis +* Add phpstan and fix a type-hint +* Add type information for parameters +* Update tests on Travis +* Add composer scripts +* Move up the required version of PHP so that we are compatible with PSR-12 +* Remove PHP 7.1 from tests as we don't want to support an unsupported version of PHP. +* Remove hhvm from tests and add PHP 7.4 +* Update to the latest PHPUnit +* Update to the latest codesniffer +* Change Travis test versions +* Remove direct dependency on Guzzle.