1 parent a5c508b commit 03f59b8Copy full SHA for 03f59b8
2 files changed
CHANGELOG.md
@@ -1,6 +1,15 @@
1
Changelog
2
=========
3
4
+2.0.20
5
+------
6
+
7
+### Overview of changes
8
+- Update bundled certificates as of 2026-08-13. [#1076]
9
+- General housekeeping.
10
11
+[#1076]: https://github.com/WordPress/Requests/pull/1076
12
13
2.0.19
14
------
15
src/Requests.php
@@ -40,7 +40,7 @@ class Requests {
40
*
41
* @var string
42
*/
43
- const VERSION = '2.0.19';
+ const VERSION = '2.0.20';
44
45
/**
46
* POST method
0 commit comments