From 3d593db8cd113748f774a4fd5900232fd81f93dd Mon Sep 17 00:00:00 2001 From: jrfnl Date: Mon, 8 Jan 2024 11:50:50 +0100 Subject: [PATCH] Changelog for release 2.0.10 * Includes updating the version number constant. --- CHANGELOG.md | 8 ++++++++ src/Requests.php | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 339b07c6e..db8658f1e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========= +2.0.10 +------ + +### Overview of changes +- Update bundled certificates as of 2023-12-04. [#850] + +[#850]: https://github.com/WordPress/Requests/pull/850 + 2.0.9 ----- diff --git a/src/Requests.php b/src/Requests.php index 2ff4e6e7e..9390800b6 100644 --- a/src/Requests.php +++ b/src/Requests.php @@ -146,7 +146,7 @@ class Requests { * * @var string */ - const VERSION = '2.0.9'; + const VERSION = '2.0.10'; /** * Selected transport name