From 7bb520d2c341c4f28a2532ab4c1843edb92a0cb4 Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Wed, 11 Jan 2023 10:00:19 -0700 Subject: [PATCH] chore: prepare v6.1.0 for release --- CHANGELOG.md | 13 ++++++++++--- composer.json | 2 +- lib/EasyPost/Constant/Constants.php | 2 +- 3 files changed, 12 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b92e4961..97fd7b94 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,12 @@ # CHANGELOG +## v6.1.0 (2023-01-11) + +- Adds new beta billing functionality for referral customer users, accessible via the `$client->betaReferralCustomer` service + - `addPaymentMethod` to add an existing Stripe bank account or credit card to your EasyPost account + - `refundByAmount` refunds you wallet balance by a specified amount + - `refundByPaymentLog` refunds you wallet balance by a specified payment log + ## v6.0.0 (2023-01-05) - Release final version of v6 that contains all the changes in the `v6.0.0-rc1` below @@ -34,9 +41,9 @@ ## v5.8.0 (2022-12-01) -- [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 +- Adds carrier account creation routes requests correctly for carriers that require custom workflows +- 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 +- 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 ## v5.7.0 (2022-09-21) diff --git a/composer.json b/composer.json index fa41b276..bc8de6ae 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "easypost/easypost-php", "description": "EasyPost Shipping API Client Library for PHP", - "version": "6.0.0", + "version": "6.1.0", "keywords": [ "shipping", "api", diff --git a/lib/EasyPost/Constant/Constants.php b/lib/EasyPost/Constant/Constants.php index d502b792..0d9519bd 100644 --- a/lib/EasyPost/Constant/Constants.php +++ b/lib/EasyPost/Constant/Constants.php @@ -11,7 +11,7 @@ abstract class Constants const BETA_API_VERSION = 'beta'; // Library constants - const LIBRARY_VERSION = '6.0.0'; + const LIBRARY_VERSION = '6.1.0'; const SUPPORT_EMAIL = 'support@easypost.com'; // Validation