We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a7e2494 commit 77cd5a8Copy full SHA for 77cd5a8
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## Next Release
+## v7.4.0 (2024-07-24)
4
5
- Adds new `Claim` service for filing claims on EasyPost shipments and insurances
6
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",
7
"api",
lib/EasyPost/Constant/Constants.php
@@ -11,7 +11,7 @@ abstract class Constants
11
const BETA_API_VERSION = 'beta';
12
13
// Library constants
14
- const LIBRARY_VERSION = '7.3.0';
+ const LIBRARY_VERSION = '7.4.0';
15
const SUPPORT_EMAIL = 'support@easypost.com';
16
17
// Validation
0 commit comments