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 20d19ed commit 3d593dbCopy full SHA for 3d593db
CHANGELOG.md
@@ -1,6 +1,14 @@
1
Changelog
2
=========
3
4
+2.0.10
5
+------
6
+
7
+### Overview of changes
8
+- Update bundled certificates as of 2023-12-04. [#850]
9
10
+[#850]: https://github.com/WordPress/Requests/pull/850
11
12
2.0.9
13
-----
14
src/Requests.php
@@ -146,7 +146,7 @@ class Requests {
146
*
147
* @var string
148
*/
149
- const VERSION = '2.0.9';
+ const VERSION = '2.0.10';
150
151
/**
152
* Selected transport name
0 commit comments