diff --git a/CHANGELOG.md b/CHANGELOG.md index a287b68b..32287156 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## NEXT RELEASE +## v5.7.0 (2022-09-21) - Adds Partner White Label (Referral) Support - Adds ability to create a referral user @@ -8,6 +8,7 @@ - Adds ability to retrieve all referral users - Adds ability to add a credit card to a referral user's account - Adds support to specify an `$endShipperId` on the buy call of a Shipment +- Removes unreachable code in the address verification flow that checked for the existence of an address (errors will continue to be thrown on failure) ## v5.6.0 (2022-08-25) diff --git a/composer.json b/composer.json index 56cc5018..e6fb220a 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.6.0", + "version": "5.7.0", "keywords": [ "shipping", "api", diff --git a/lib/EasyPost/EasyPost.php b/lib/EasyPost/EasyPost.php index c8a9004f..d250de3d 100644 --- a/lib/EasyPost/EasyPost.php +++ b/lib/EasyPost/EasyPost.php @@ -55,7 +55,7 @@ abstract class EasyPost * * @var string */ - const VERSION = '5.6.0'; + const VERSION = '5.7.0'; /** * Get the API key.