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 b134e73 + f299dc3 commit 067fd3aCopy full SHA for 067fd3a
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## Next Release
+## v6.8.1 (2023-09-05)
4
5
- Fix endpoint for creating a FedEx Smartpost carrier account
6
composer.json
@@ -1,7 +1,7 @@
{
"name": "easypost/easypost-php",
"description": "EasyPost Shipping API Client Library for PHP",
- "version": "6.8.0",
+ "version": "6.8.1",
"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 = '6.8.0';
+ const LIBRARY_VERSION = '6.8.1';
15
const SUPPORT_EMAIL = 'support@easypost.com';
16
17
// Validation
0 commit comments