Skip to content

Commit

Permalink
Release 5.0.5 (#139)
Browse files Browse the repository at this point in the history
* Release 5.0.5

* Update CHANGELOG.md
  • Loading branch information
staabm authored Nov 28, 2019
1 parent 2f00e9e commit 85962a2
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
=========

5.0.5 (2019-11-28)
-------------------------

* #138: Fixed possible infinite loop (@dpakach, @vfreex, @phil-davis)
* #136: Improvement regex content-range (@ho4ho)

5.0.4 (2019-10-08)
-------------------------

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 = '5.0.4';
const VERSION = '5.0.5';
}

0 comments on commit 85962a2

Please sign in to comment.