From c236cd37fd198d456d68af8798b5f8cc26a77860 Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Fri, 9 Aug 2024 13:06:36 -0600 Subject: [PATCH] chore: prep v7.4.1 for release --- CHANGELOG.md | 5 ++++- composer.json | 2 +- lib/EasyPost/Constant/Constants.php | 2 +- 3 files changed, 6 insertions(+), 3 deletions(-) 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