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 3fe41e0 commit 3d5a170Copy full SHA for 3d5a170
CHANGELOG.md
@@ -1,6 +1,6 @@
1
# CHANGELOG
2
3
-## Next Release
+## v6.6.0 (2023-05-02)
4
5
- Adds `retrieveEstimatedDeliveryDate` function to the Shipment class
6
composer.json
@@ -1,7 +1,7 @@
{
"name": "easypost/easypost-php",
"description": "EasyPost Shipping API Client Library for PHP",
- "version": "6.5.0",
+ "version": "6.6.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 = '6.5.0';
+ const LIBRARY_VERSION = '6.6.0';
15
const SUPPORT_EMAIL = 'support@easypost.com';
16
17
// Validation
0 commit comments