From d56d4bac1b1cfeab4fe6f0d01b57fa22b17bcc6f Mon Sep 17 00:00:00 2001 From: Phil Davis Date: Thu, 17 Aug 2023 18:54:10 +0545 Subject: [PATCH] Prepare 7.0.3 --- CHANGELOG.md | 14 ++++++++++++++ lib/Version.php | 2 +- 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 49f03c3..ed7d855 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,10 @@ ChangeLog ========= +7.0.3 (2023-08-17) +------------------ +* #215 Improve CURLOPT_HTTPHEADER Setting Assignment (@amrita-shrestha) + 7.0.2 (2023-06-27) ------------------ * #203 Add phpstan phpunit strict-rules (@phil-davis) @@ -13,6 +17,11 @@ ChangeLog ------------------ * #198 Allow sabre/uri major version 3 ( @phil-davis ) +6.0.2 (2023-08-17) +------------------ + +* #215 Improve CURLOPT_HTTPHEADER Setting Assignment (@amrita-shrestha) + 6.0.1 (2023-06-26) ------------------ @@ -26,6 +35,11 @@ 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.8 (2023-08-17) +------------------ + +* #215 Improve CURLOPT_HTTPHEADER Setting Assignment (@amrita-shrestha) + 5.1.7 (2023-06-26) ------------------ diff --git a/lib/Version.php b/lib/Version.php index ae95889..2050413 100644 --- a/lib/Version.php +++ b/lib/Version.php @@ -16,5 +16,5 @@ class Version /** * Full version number. */ - public const VERSION = '7.0.2'; + public const VERSION = '7.0.3'; }