Skip to content

Commit

Permalink
Merge pull request #223 from EasyPost/v5.7.0
Browse files Browse the repository at this point in the history
chore: prepares v5.7.0 for release
  • Loading branch information
Justintime50 authored Sep 21, 2022
2 parents 6ab30f2 + 1020d3f commit a5ef6c8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,14 @@
# CHANGELOG

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

- Adds Partner White Label (Referral) Support
- Adds ability to create a referral user
- Adds ability to update a referral user's email
- 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)

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.6.0",
"version": "5.7.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.6.0';
const VERSION = '5.7.0';

/**
* Get the API key.
Expand Down

0 comments on commit a5ef6c8

Please sign in to comment.