From cbbe93074206ed3554599634bb0f94ff851e0482 Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Fri, 15 Jul 2022 20:32:31 +0545 Subject: [PATCH] changelog and VERSION bump for 5.1.6 --- CHANGELOG.md | 7 +++++++ lib/Version.php | 2 +- 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 273baec..2dddce4 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,13 @@ ChangeLog ========= +5.1.6 (2022-07-15) +------------------ + +* #187 Allow testSendToGetLargeContent peak memory usage to be specified externally (@phil-davis) +* #188 Fix various small typos and grammar (@phil-davis) +* #189 Fix typo in text of status code 203 'Non-Authoritative Information' (@phil-davis) + 5.1.5 (2022-07-09) ------------------ diff --git a/lib/Version.php b/lib/Version.php index f0c8317..47582f2 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -16,5 +16,5 @@ class Version /** * Full version number. */ - const VERSION = '5.1.5'; + const VERSION = '5.1.6'; }