Skip to content

Commit 094e2f6

Browse files
committed
Changelog for release 2.0.12
* Includes updating the version number constant.
1 parent a6ebccf commit 094e2f6

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.12
5+
------
6+
7+
### Overview of changes
8+
- Update bundled certificates as of 2024-07-02. [#877]
9+
10+
[#877]: https://github.com/WordPress/Requests/pull/877
11+
412
2.0.11
513
------
614

src/Requests.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ class Requests {
148148
*
149149
* @var string
150150
*/
151-
const VERSION = '2.0.11';
151+
const VERSION = '2.0.12';
152152

153153
/**
154154
* Selected transport name

0 commit comments

Comments
 (0)