We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3688c0 commit 88e570fCopy full SHA for 88e570f
CHANGELOG.md
@@ -1,6 +1,15 @@
1
Changelog
2
=========
3
4
+2.0.17
5
+------
6
+
7
+### Overview of changes
8
+- Update bundled certificates as of 2025-12-02. [#1000]
9
+- General housekeeping.
10
11
+[#1000]: https://github.com/WordPress/Requests/pull/1000
12
13
2.0.16
14
------
15
src/Requests.php
@@ -146,7 +146,7 @@ class Requests {
146
*
147
* @var string
148
*/
149
- const VERSION = '2.0.16';
+ const VERSION = '2.0.17';
150
151
/**
152
* Selected transport name
0 commit comments