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