We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ef88b9a + 0b2eff3 commit 8bc4aaeCopy full SHA for 8bc4aae
CHANGELOG.md
@@ -1,6 +1,15 @@
1
Changelog
2
=========
3
4
+2.0.13
5
+------
6
+
7
+### Overview of changes
8
+- Update bundled certificates as of 2024-09-24. [#900]
9
+- Various minor documentation improvements and other general housekeeping.
10
11
+[#900]: https://github.com/WordPress/Requests/pull/900
12
13
2.0.12
14
------
15
src/Requests.php
@@ -148,7 +148,7 @@ class Requests {
148
*
149
* @var string
150
*/
151
- const VERSION = '2.0.12';
+ const VERSION = '2.0.13';
152
153
/**
154
* Selected transport name
0 commit comments