Skip to content

Commit

Permalink
Merge pull request #195 from phil-davis/prepare-6.0.0
Browse files Browse the repository at this point in the history
Prepare 6.0.0
  • Loading branch information
phil-davis authored Aug 31, 2022
2 parents 390c7be + 8b37d2b commit 62fe6b2
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
ChangeLog
=========

6.0.0 (2022-08-31)
------------------

* #191 Create .gitattributes (@cedric-anne)
* #176 Test enhancement (from original PR #98) (@peter279k)
* #192 Set min PHP to 7.4 and add type declarations (@phil-davis)
* #194 Adjust type declarations a little bit (@phil-davis)

5.1.6 (2022-07-15)
------------------

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.
*/
public const VERSION = '5.1.6';
public const VERSION = '6.0.0';
}

0 comments on commit 62fe6b2

Please sign in to comment.