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