Skip to content

Commit d1609d9

Browse files
authored
[chore] Prep for v5.9.0 release (#335)
1 parent 72a2e17 commit d1609d9

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

CHANGELOG.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# CHANGELOG
22

3-
## Next Release
3+
## v5.9.0 (2024-03-28)
44

55
- [ADDED] Beta `paginated_api_keys` functionality to the `User` class
66
- Retrieves a paginated list of API keys for the authenticated user, versus `api_keys`, which returns an unpaginated list

composer.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "easypost/easypost-php",
33
"description": "EasyPost Shipping API Client Library for PHP",
4-
"version": "5.8.0",
4+
"version": "5.9.0",
55
"keywords": [
66
"shipping",
77
"api",

lib/EasyPost/EasyPost.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ abstract class EasyPost
5555
*
5656
* @var string
5757
*/
58-
const VERSION = '5.8.0';
58+
const VERSION = '5.9.0';
5959

6060
/**
6161
* Get the API key.

lib/EasyPost/User.php

+1-1
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ public function api_keys()
134134
/**
135135
* Retrieve a paginated list of all API keys for the specified user.
136136
*
137-
* NOTE: This endpoint is in beta and subject to change.
137+
* NOTE: This endpoint is in beta, only available to approved users, and subject to change.
138138
*
139139
* @return mixed A paginated list of API keys for the specified user.
140140
*/

0 commit comments

Comments
 (0)