We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d36a5f1 commit 6464166Copy full SHA for 6464166
3 files changed
CHANGELOG.md
@@ -1,5 +1,9 @@
1
# CHANGELOG
2
3
+## v8.7.0 (2026-02-25)
4
+
5
+- Adds generic `makeApiCall` function
6
7
## v8.6.0 (2026-02-20)
8
9
- Adds the following functions:
composer.json
@@ -1,7 +1,7 @@
{
"name": "easypost/easypost-php",
"description": "EasyPost Shipping API Client Library for PHP",
- "version": "8.6.0",
+ "version": "8.7.0",
"keywords": [
"shipping",
"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 = '8.6.0';
+ const LIBRARY_VERSION = '8.7.0';
15
const SUPPORT_EMAIL = 'support@easypost.com';
16
17
// Validation
0 commit comments