From 0b2eff3cc552121c3d010c73b8e4601336768841 Mon Sep 17 00:00:00 2001 From: jrfnl Date: Tue, 29 Oct 2024 10:37:53 +0100 Subject: [PATCH] Changelog for release 2.0.13 * Includes updating the version number constant. --- CHANGELOG.md | 9 +++++++++ src/Requests.php | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 22af108ed..112068d4c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changelog ========= +2.0.13 +------ + +### Overview of changes +- Update bundled certificates as of 2024-09-24. [#900] +- Various minor documentation improvements and other general housekeeping. + +[#900]: https://github.com/WordPress/Requests/pull/900 + 2.0.12 ------ diff --git a/src/Requests.php b/src/Requests.php index 9e7f4f3ff..0a1a0fbed 100644 --- a/src/Requests.php +++ b/src/Requests.php @@ -148,7 +148,7 @@ class Requests { * * @var string */ - const VERSION = '2.0.12'; + const VERSION = '2.0.13'; /** * Selected transport name