Skip to content

Commit 03f59b8

Browse files
committed
Changelog for release 2.0.20
* Includes updating the version number constant.
1 parent a5c508b commit 03f59b8

2 files changed

Lines changed: 10 additions & 1 deletion

File tree

CHANGELOG.md

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,15 @@
11
Changelog
22
=========
33

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+
413
2.0.19
514
------
615

src/Requests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ class Requests {
4040
*
4141
* @var string
4242
*/
43-
const VERSION = '2.0.19';
43+
const VERSION = '2.0.20';
4444

4545
/**
4646
* POST method

0 commit comments

Comments
 (0)