Skip to content

Commit

Permalink
Merge pull request #514 from phil-davis/prepare-release-4.3.2
Browse files Browse the repository at this point in the history
Release 4.3.2
  • Loading branch information
phil-davis authored Oct 3, 2020
2 parents fcc921d + 433b88a commit e17daaf
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
=========

4.3.2 (2020-10-03)
------------------

* #513: Added Support for PHP 8.0 (@phil-davis)

4.3.1 (2020-07-13)
------------------

Expand Down
2 changes: 1 addition & 1 deletion lib/Version.php
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,5 @@ class Version
/**
* Full version number.
*/
const VERSION = '4.3.1';
const VERSION = '4.3.2';
}

0 comments on commit e17daaf

Please sign in to comment.