Skip to content

Commit

Permalink
Merge pull request #192 from EasyPost/v5.3.0
Browse files Browse the repository at this point in the history
chore: prepares v5.3.0 for release
  • Loading branch information
Justintime50 authored Jul 7, 2022
2 parents 5c7118e + 2e4cb69 commit 16dd9f9
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,10 +1,10 @@
# CHANGELOG

## Next Release
## v5.3.0 (2022-07-07)

- Adds `Billing::retrieve_payment_methods()`, `Billing::fund_wallet()`, and `Billing::delete_payment_method()` functions
- Adds OS specific details to the `User-Agent` header
- Applies a patch to coerce array error messages to strings where error mapping is done improperly (as is the case with carriers like GSO/GLS)
- Applies a patch to coerce array error messages to strings where error mapping is done improperly (as is the case with carriers like GSO/GLS) (closes #181)

## v5.2.1 (2022-05-31)

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.2.1",
"version": "5.3.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.2.1';
const VERSION = '5.3.0';

/**
* Get the API key.
Expand Down

0 comments on commit 16dd9f9

Please sign in to comment.