Skip to content

Commit

Permalink
[chore] Prep for v5.9.0 release (#335)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 committed Mar 28, 2024
1 parent 72a2e17 commit d1609d9
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

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

- [ADDED] Beta `paginated_api_keys` functionality to the `User` class
- Retrieves a paginated list of API keys for the authenticated user, versus `api_keys`, which returns an unpaginated list
Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "easypost/easypost-php",
"description": "EasyPost Shipping API Client Library for PHP",
"version": "5.8.0",
"version": "5.9.0",
"keywords": [
"shipping",
"api",
Expand Down
2 changes: 1 addition & 1 deletion lib/EasyPost/EasyPost.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ abstract class EasyPost
*
* @var string
*/
const VERSION = '5.8.0';
const VERSION = '5.9.0';

/**
* Get the API key.
Expand Down
2 changes: 1 addition & 1 deletion lib/EasyPost/User.php
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ public function api_keys()
/**
* Retrieve a paginated list of all API keys for the specified user.
*
* NOTE: This endpoint is in beta and subject to change.
* NOTE: This endpoint is in beta, only available to approved users, and subject to change.
*
* @return mixed A paginated list of API keys for the specified user.
*/
Expand Down

0 comments on commit d1609d9

Please sign in to comment.