Skip to content

Commit 6464166

Browse files
committed
chore: bump version
1 parent d36a5f1 commit 6464166

3 files changed

Lines changed: 6 additions & 2 deletions

File tree

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## v8.7.0 (2026-02-25)
4+
5+
- Adds generic `makeApiCall` function
6+
37
## v8.6.0 (2026-02-20)
48

59
- Adds the following functions:

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "easypost/easypost-php",
33
"description": "EasyPost Shipping API Client Library for PHP",
4-
"version": "8.6.0",
4+
"version": "8.7.0",
55
"keywords": [
66
"shipping",
77
"api",

lib/EasyPost/Constant/Constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ abstract class Constants
1111
const BETA_API_VERSION = 'beta';
1212

1313
// Library constants
14-
const LIBRARY_VERSION = '8.6.0';
14+
const LIBRARY_VERSION = '8.7.0';
1515
const SUPPORT_EMAIL = 'support@easypost.com';
1616

1717
// Validation

0 commit comments

Comments
 (0)