Skip to content

Commit

Permalink
Merge pull request #75 from phil-davis/prepare-release-2.2.3
Browse files Browse the repository at this point in the history
Prepare for 2.2.3 release
  • Loading branch information
phil-davis authored Aug 17, 2022
2 parents 86e5e0e + 7b2ff40 commit cd2476f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
ChangeLog
=========

2.2.3 (2022-08-17)
------------------

* #71: Add empty host and trailing slash to windows file paths (@peterpostmann @phil-davis)
* #70: Update .gitattributes (@cedric-anne)

2.2.2 (2021-11-04)
------------------

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 = '2.2.2';
const VERSION = '2.2.3';
}

0 comments on commit cd2476f

Please sign in to comment.