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 bb5292ac4..d96f14660 100644 --- a/src/Requests.php +++ b/src/Requests.php @@ -148,7 +148,7 @@ class Requests { * * @var string */ - const VERSION = '2.0.9'; + const VERSION = '2.0.10'; /** * Selected transport name