Skip to content

Commit

Permalink
Merge pull request #211 from phil-davis/prepare-7.0.1
Browse files Browse the repository at this point in the history
Prepare 7.0.1
  • Loading branch information
phil-davis committed Jun 26, 2023
2 parents 97c8184 + eca05fe commit 2e91463
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 1 deletion.
15 changes: 15 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,19 @@
ChangeLog
=========

7.0.1 (2023-06-26)
------------------
* #207 fix: handle client disconnect properly with ignore_user_abort true (@kesselb)

7.0.0 (2022-09-26)
------------------
* #198 Allow sabre/uri major version 3 ( @phil-davis )

6.0.1 (2023-06-26)
------------------

* #207 fix: handle client disconnect properly with ignore_user_abort true (@kesselb)

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

Expand All @@ -13,6 +22,12 @@ ChangeLog
* #192 Set min PHP to 7.4 and add type declarations (@phil-davis)
* #194 Adjust type declarations a little bit (@phil-davis)

5.1.7 (2023-06-26)
------------------

* #98 and #176 Add more tests (@peter279k)
* #207 fix: handle client disconnect properly with ignore_user_abort true (@kesselb)

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 = '7.0.0';
public const VERSION = '7.0.1';
}

0 comments on commit 2e91463

Please sign in to comment.