From 8260d10eb03c3feb83d1626edac4cc620ee9055a Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 11 Oct 2022 10:10:15 +0200 Subject: [PATCH] Changelog for release 2.0.5 * 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 fdcc57617..08d31445a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,14 @@ Changelog ========= +2.0.5 +----- + +### Overview of changes +- Update bundled certificates as of 2022-10-11. [#769] + +[#769]: https://github.com/WordPress/Requests/pull/769 + 2.0.4 ----- diff --git a/src/Requests.php b/src/Requests.php index 8ce6fda9b..a8d9d7e53 100644 --- a/src/Requests.php +++ b/src/Requests.php @@ -148,7 +148,7 @@ class Requests { * * @var string */ - const VERSION = '2.0.4'; + const VERSION = '2.0.5'; /** * Selected transport name