Skip to content

Commit

Permalink
Merge pull request #83 from phil-davis/prepare-release-5.1.2
Browse files Browse the repository at this point in the history
Release 5.1.2
  • Loading branch information
phil-davis authored Oct 3, 2020
2 parents b755c9c + acfbfd1 commit c120bec
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,11 @@
ChangeLog
=========

5.1.2 (2020-10-03)
------------------

* #82: Added support for PHP 8.0 (@phil-davis)

5.1.1 (2020-09-19)
------------------

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 = '5.1.1';
const VERSION = '5.1.2';
}

0 comments on commit c120bec

Please sign in to comment.