Skip to content

Commit 744972e

Browse files
authored
Merge pull request #16 from phil-davis/prepare-release-0.3.1
Release 0.3.1
2 parents e28b39e + 800f845 commit 744972e

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

CHANGELOG.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,11 @@
11
ChangeLog
22
=========
33

4+
0.3.1 (2020-10-03)
5+
------------------
6+
7+
* #15: Add support for PHP 8.0 (@phil-davis)
8+
49
0.3.0 (2020-10-03)
510
------------------
611

lib/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ class Version
1616
/**
1717
* Full version number.
1818
*/
19-
const VERSION = '0.3.0';
19+
const VERSION = '0.3.1';
2020
}

0 commit comments

Comments
 (0)