Skip to content

Commit 7d0f839

Browse files
authored
Merge pull request #797 from WordPress/feature/changelog-for-2.0.6
2 parents 994b7b1 + 3771947 commit 7d0f839

File tree

2 files changed

+16
-1
lines changed

2 files changed

+16
-1
lines changed

Diff for: CHANGELOG.md

+15
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,21 @@
11
Changelog
22
=========
33

4+
2.0.6
5+
-----
6+
7+
### Overview of changes
8+
- Update bundled certificates as of 2023-01-10. [#791]
9+
- Fix typo in deprecation notice. [#785] Props [@costdev][gh-costdev]
10+
- Minor internal improvements for passing the correct type to function calls. [#779]
11+
- Confirmed compatibility with PHP 8.2.
12+
No changes were needed, so Request 2.0.1 and higher can be considered compatible with PHP 8.2.
13+
- Various documentation improvements and other general housekeeping.
14+
15+
[#779]: https://github.com/WordPress/Requests/pull/779
16+
[#785]: https://github.com/WordPress/Requests/pull/785
17+
[#791]: https://github.com/WordPress/Requests/pull/791
18+
419
2.0.5
520
-----
621

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.5';
151+
const VERSION = '2.0.6';
152152

153153
/**
154154
* Selected transport name

0 commit comments

Comments
 (0)