1 parent 0b75b67 commit eeb4f4fCopy full SHA for eeb4f4f
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
@@ -38,7 +38,7 @@ class Requests {
38
*
39
* @var string
40
*/
41
- const VERSION = '2.0.19';
+ const VERSION = '2.0.20';
42
43
/**
44
* POST method
0 commit comments