Skip to content

Commit 0916f36

Browse files
jrfnlschlessera
authored andcommitted
Changelog for release 2.0.18
* Includes updating the version number constant.
1 parent 8e88efe commit 0916f36

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.18
5+
------
6+
7+
### Overview of changes
8+
- Update bundled certificates as of 2026-02-11. [#1039]
9+
- General housekeeping.
10+
11+
[#1039]: https://github.com/WordPress/Requests/pull/1039
12+
413
2.0.17
514
------
615

src/Requests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ class Requests {
3838
*
3939
* @var string
4040
*/
41-
const VERSION = '2.0.17';
41+
const VERSION = '2.0.18';
4242

4343
/**
4444
* POST method

0 commit comments

Comments
 (0)