diff --git a/CHANGELOG.md b/CHANGELOG.md index 3b71a2de..0bbdd187 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/composer.json b/composer.json index 136bf437..b90dab70 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/lib/EasyPost/EasyPost.php b/lib/EasyPost/EasyPost.php index d250de3d..2652aa09 100644 --- a/lib/EasyPost/EasyPost.php +++ b/lib/EasyPost/EasyPost.php @@ -55,7 +55,7 @@ abstract class EasyPost * * @var string */ - const VERSION = '5.7.0'; + const VERSION = '5.8.0'; /** * Get the API key.