From 77cd5a89d407369ccba17def75ad6da95e65f32e Mon Sep 17 00:00:00 2001 From: Jack Chen Date: Wed, 24 Jul 2024 14:12:43 -0400 Subject: [PATCH] prep release v7.4.0 (#345) --- CHANGELOG.md | 2 +- composer.json | 2 +- lib/EasyPost/Constant/Constants.php | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index ec4b239..7707777 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Next Release +## v7.4.0 (2024-07-24) - Adds new `Claim` service for filing claims on EasyPost shipments and insurances diff --git a/composer.json b/composer.json index da38936..ecbadd7 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.3.0", + "version": "7.4.0", "keywords": [ "shipping", "api", diff --git a/lib/EasyPost/Constant/Constants.php b/lib/EasyPost/Constant/Constants.php index 0b38135..53285a0 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.3.0'; + const LIBRARY_VERSION = '7.4.0'; const SUPPORT_EMAIL = 'support@easypost.com'; // Validation