diff --git a/CHANGELOG.md b/CHANGELOG.md index 112068d4c..639db28ec 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,17 @@ Changelog ========= +2.0.14 +------ + +### Overview of changes +- Update bundled certificates as of 2024-11-26. [#910] +- Confirmed compatibility with PHP 8.4. + No new changes were needed, so Request 2.0.11 and higher can be considered compatible with PHP 8.4. +- Various other general housekeeping. + +[#910]: https://github.com/WordPress/Requests/pull/910 + 2.0.13 ------ diff --git a/src/Requests.php b/src/Requests.php index e22359d4d..b78b93420 100644 --- a/src/Requests.php +++ b/src/Requests.php @@ -146,7 +146,7 @@ class Requests { * * @var string */ - const VERSION = '2.0.13'; + const VERSION = '2.0.14'; /** * Selected transport name