Skip to content

Commit bcf1ac7

Browse files
authored
Merge pull request #854 from WordPress/feature/release-2.0.10
Changelog for release 2.0.10
2 parents 28fe685 + 3169b56 commit bcf1ac7

File tree

2 files changed

+9
-1
lines changed

2 files changed

+9
-1
lines changed

Diff for: CHANGELOG.md

+8
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

Diff for: src/Requests.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class Requests {
148148
*
149149
* @var string
150150
*/
151-
const VERSION = '2.0.9';
151+
const VERSION = '2.0.10';
152152

153153
/**
154154
* Selected transport name

0 commit comments

Comments
 (0)