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.
2 parents b469f50 + 59dde97 commit 0896a92Copy full SHA for 0896a92
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## Next Release
+## v7.4.2 (2024-08-16)
4
5
- Fixes an issue with how query params were sent when using the `addCreditCard` function
6
composer.json
@@ -1,7 +1,7 @@
{
"name": "easypost/easypost-php",
"description": "EasyPost Shipping API Client Library for PHP",
- "version": "7.4.1",
+ "version": "7.4.2",
"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.4.1';
+ const LIBRARY_VERSION = '7.4.2';
15
const SUPPORT_EMAIL = 'support@easypost.com';
16
17
// Validation
0 commit comments