Skip to content

Commit 5b04689

Browse files
authored
Merge pull request #352 from EasyPost/claim_reference
feat: adds reference to claims
2 parents 5b9b2d8 + f03d4f2 commit 5b04689

File tree

5 files changed

+9
-4
lines changed

5 files changed

+9
-4
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

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ Add this to your project's POM:
1616
<dependency>
1717
<groupId>com.easypost</groupId>
1818
<artifactId>easypost-api-client</artifactId>
19-
<version>8.0.1</version>
19+
<version>8.1.0</version>
2020
</dependency>
2121
```
2222

@@ -25,7 +25,7 @@ Add this to your project's POM:
2525
Add this to your project's build file:
2626

2727
```groovy
28-
implementation "com.easypost:easypost-api-client:8.0.1"
28+
implementation "com.easypost:easypost-api-client:8.1.0"
2929
```
3030

3131
**NOTE:** [Google Gson](http://code.google.com/p/google-gson/) is required.

VERSION

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
8.0.1
1+
8.1.0

pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<groupId>com.easypost</groupId>
77
<artifactId>easypost-api-client</artifactId>
88

9-
<version>8.0.1</version>
9+
<version>8.1.0</version>
1010
<packaging>jar</packaging>
1111

1212
<name>com.easypost:easypost-api-client</name>

src/main/java/com/easypost/model/Claim.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ public class Claim extends EasyPostResource {
1616
private String insuranceId;
1717
private String paymentMethod;
1818
private String recipientName;
19+
private String reference;
1920
private String requestedAmount;
2021
private String salvageValue;
2122
private String shipmentId;

0 commit comments

Comments
 (0)