Skip to content

Commit c236cd3

Browse files
committed
chore: prep v7.4.1 for release
1 parent 4fd1587 commit c236cd3

File tree

3 files changed

+6
-3
lines changed

3 files changed

+6
-3
lines changed

Diff for: CHANGELOG.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,12 @@
11
# CHANGELOG
22

3+
## v7.4.1 (2024-08-09)
4+
5+
- Fix parameters for retrieving next page of child users
6+
37
## v7.4.0 (2024-07-24)
48

59
- Adds new `Claim` service for filing claims on EasyPost shipments and insurances
6-
- Fix parameters for retrieving next page of child users
710

811
## v7.3.0 (2024-07-12)
912

Diff for: composer.json

+1-1
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": "7.4.0",
4+
"version": "7.4.1",
55
"keywords": [
66
"shipping",
77
"api",

Diff for: lib/EasyPost/Constant/Constants.php

+1-1
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 = '7.4.0';
14+
const LIBRARY_VERSION = '7.4.1';
1515
const SUPPORT_EMAIL = '[email protected]';
1616

1717
// Validation

0 commit comments

Comments
 (0)