From 3473031e164bee232f8f789b15d1411c96a1ace3 Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Fri, 17 Feb 2023 11:06:38 -0700 Subject: [PATCH] chore: prepare v6.3.0 for release --- CHANGELOG.md | 8 +++++--- composer.json | 2 +- lib/EasyPost/Constant/Constants.php | 2 +- 3 files changed, 7 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c07eec14..baa821a0 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,11 @@ # CHANGELOG -## Next Release +## v6.3.0 (2023-02-17) -- Add `retrieveStatelessRates` function and helper function `getLowestStatelessRate` -- Correct HTTP 403 to `ForbiddenException` +- Adds beta `retrieveStatelessRates` function +- Adds `getLowestStatelessRate` utility +- Correct HTTP 403 status responses to throw `ForbiddenException` +- Various other small corrections and improvements ## v6.2.0 (2023-01-18) diff --git a/composer.json b/composer.json index dcf49813..6cd82114 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.2.0", + "version": "6.3.0", "keywords": [ "shipping", "api", diff --git a/lib/EasyPost/Constant/Constants.php b/lib/EasyPost/Constant/Constants.php index 4398dbd2..00957cde 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.2.0'; + const LIBRARY_VERSION = '6.3.0'; const SUPPORT_EMAIL = 'support@easypost.com'; // Validation