Skip to content

Commit e893c7d

Browse files
authored
Merge pull request #14 from phil-davis/prepare-release-0.3.0
Release 0.3.0
2 parents 224ced7 + 63ddeb6 commit e893c7d

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.0 (2020-10-03)
5+
------------------
6+
7+
* Add support for PHP 7.4 (@phil-davis)
8+
49
0.2.0 (2017-01-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.2.0';
19+
const VERSION = '0.3.0';
2020
}

0 commit comments

Comments
 (0)