Skip to content

Commit 1020d3f

Browse files
committed
chore: prepares v5.7.0 for release
1 parent 6ab30f2 commit 1020d3f

File tree

3 files changed

+4
-3
lines changed

3 files changed

+4
-3
lines changed

CHANGELOG.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# CHANGELOG
22

3-
## NEXT RELEASE
3+
## v5.7.0 (2022-09-21)
44

55
- Adds Partner White Label (Referral) Support
66
- Adds ability to create a referral user
77
- Adds ability to update a referral user's email
88
- Adds ability to retrieve all referral users
99
- Adds ability to add a credit card to a referral user's account
1010
- Adds support to specify an `$endShipperId` on the buy call of a Shipment
11+
- Removes unreachable code in the address verification flow that checked for the existence of an address (errors will continue to be thrown on failure)
1112

1213
## v5.6.0 (2022-08-25)
1314

composer.json

Lines changed: 1 addition & 1 deletion
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.6.0",
4+
"version": "5.7.0",
55
"keywords": [
66
"shipping",
77
"api",

lib/EasyPost/EasyPost.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ abstract class EasyPost
5555
*
5656
* @var string
5757
*/
58-
const VERSION = '5.6.0';
58+
const VERSION = '5.7.0';
5959

6060
/**
6161
* Get the API key.

0 commit comments

Comments
 (0)