Skip to content

Commit

Permalink
Merge pull request #58 from phil-davis/prepare-release-2.2.1
Browse files Browse the repository at this point in the history
Release 2.2.1
  • Loading branch information
phil-davis committed Oct 3, 2020
2 parents d01bb46 + 4cf6dea commit f502edf
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
8 changes: 7 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,16 @@
ChangeLog
=========

2.2.1 (2020-10-03)
------------------

* #57: Added Support for PHP 8.0 (@phil-davis)
* #51 #52 #53 #54: Update CI and unit test scripts (@phil-davis)

2.2.0 (2020-01-31)
------------------

* #45 Added Support for PHP 7.4 (@phil-davis, @staabm)
* #45: Added Support for PHP 7.4 (@phil-davis, @staabm)
* #47: Dropped Support for PHP 7.0 (@phil-davis)
* #49: Updated the testsuite for phpunit8 (@phil-davis)
* #46: Added phpstan coverage (@phil-davis)
Expand Down
2 changes: 1 addition & 1 deletion lib/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -16,5 +16,5 @@ class Version
/**
* Full version number.
*/
const VERSION = '2.2.0';
const VERSION = '2.2.1';
}

0 comments on commit f502edf

Please sign in to comment.