diff --git a/CHANGELOG.md b/CHANGELOG.md index 639db28ec..48f4de966 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,15 @@ Changelog ========= +2.0.15 +------ + +### Overview of changes +- Update bundled certificates as of 2024-12-31. [#919] +- General housekeeping. + +[#919]: https://github.com/WordPress/Requests/pull/919 + 2.0.14 ------ diff --git a/src/Requests.php b/src/Requests.php index 0c36aa4f8..9dec0abe4 100644 --- a/src/Requests.php +++ b/src/Requests.php @@ -148,7 +148,7 @@ class Requests { * * @var string */ - const VERSION = '2.0.14'; + const VERSION = '2.0.15'; /** * Selected transport name