Skip to content

Commit

Permalink
Merge pull request #235 from EasyPost/v5.8.0
Browse files Browse the repository at this point in the history
chore: prepare v5.8.0 for release
  • Loading branch information
Justintime50 authored Dec 1, 2022
2 parents b7e557b + 2d37cfe commit c746a0d
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# CHANGELOG

## Next Release
## v5.8.0 (2022-12-01)

- [ADDED] Carrier account creation accounts for carriers that require custom workflow
- [ADDED] Carrier account creation routes requests correctly for carriers that require custom workflows
- [FIXED] Instead of returning `null` when a list of child API keys cannot be returned (eg: when you call `api_keys` on a non-user object) it will return an empty list. The expected impact to end users is extremely low
- [IMPROVED] Retrieving child user API keys for users with large numbers of child users should see much faster results as we now break on the match instead of iterating the entire 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.7.0",
"version": "5.8.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.7.0';
const VERSION = '5.8.0';

/**
* Get the API key.
Expand Down

0 comments on commit c746a0d

Please sign in to comment.