diff --git a/CHANGELOG.md b/CHANGELOG.md index 3634503..b5eeaf3 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,9 +1,12 @@ # CHANGELOG +## v7.4.1 (2024-08-09) + +- Fix parameters for retrieving next page of child users + ## v7.4.0 (2024-07-24) - Adds new `Claim` service for filing claims on EasyPost shipments and insurances -- Fix parameters for retrieving next page of child users ## v7.3.0 (2024-07-12) diff --git a/composer.json b/composer.json index ecbadd7..37dcc6b 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "easypost/easypost-php", "description": "EasyPost Shipping API Client Library for PHP", - "version": "7.4.0", + "version": "7.4.1", "keywords": [ "shipping", "api", diff --git a/lib/EasyPost/Constant/Constants.php b/lib/EasyPost/Constant/Constants.php index 53285a0..7fbd17c 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 = '7.4.0'; + const LIBRARY_VERSION = '7.4.1'; const SUPPORT_EMAIL = 'support@easypost.com'; // Validation