Skip to content

Commit 3d593db

Browse files
committed
Changelog for release 2.0.10
* Includes updating the version number constant.
1 parent 20d19ed commit 3d593db

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

CHANGELOG.md

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

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+
412
2.0.9
513
-----
614

src/Requests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -146,7 +146,7 @@ class Requests {
146146
*
147147
* @var string
148148
*/
149-
const VERSION = '2.0.9';
149+
const VERSION = '2.0.10';
150150

151151
/**
152152
* Selected transport name

0 commit comments

Comments
 (0)