Skip to content

Commit

Permalink
Merge pull request #854 from WordPress/feature/release-2.0.10
Browse files Browse the repository at this point in the history
Changelog for release 2.0.10
  • Loading branch information
jrfnl authored Jan 8, 2024
2 parents 28fe685 + 3169b56 commit bcf1ac7
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
8 changes: 8 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,14 @@
Changelog
=========

2.0.10
------

### Overview of changes
- Update bundled certificates as of 2023-12-04. [#850]

[#850]: https://github.com/WordPress/Requests/pull/850

2.0.9
-----

Expand Down
2 changes: 1 addition & 1 deletion src/Requests.php
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ class Requests {
*
* @var string
*/
const VERSION = '2.0.9';
const VERSION = '2.0.10';

/**
* Selected transport name
Expand Down

0 comments on commit bcf1ac7

Please sign in to comment.