Skip to content

Commit dd219c6

Browse files
authored
Merge pull request #363 from EasyPost/claim_reference
chore: add reference to claims
2 parents 37d5f07 + a5602b8 commit dd219c6

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed

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.1.0 (2025-05-29)
4+
5+
- Adds `reference` to claims
6+
37
## v8.0.1 (2025-05-27)
48

59
- Corrects the endpoint used for creating/updating UPS accounts

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.0.1",
4+
"version": "8.1.0",
55
"keywords": [
66
"shipping",
77
"api",

lib/EasyPost/Claim.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@
1515
* @property string $insurance_id
1616
* @property string $payment_method
1717
* @property string $recipient_name
18+
* @property string $reference
1819
* @property string $requested_amount
1920
* @property string $salvage_value
2021
* @property string $shipment_id

0 commit comments

Comments
 (0)