Skip to content

Commit

Permalink
Merge pull request #347 from EasyPost/v7.4.1
Browse files Browse the repository at this point in the history
chore: prep v7.4.1 for release
  • Loading branch information
Justintime50 committed Aug 9, 2024
2 parents 4fd1587 + c236cd3 commit 7ab2a17
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
5 changes: 4 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,12 @@
# CHANGELOG

## v7.4.1 (2024-08-09)

- Fix parameters for retrieving next page of child users

## v7.4.0 (2024-07-24)

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

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

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "easypost/easypost-php",
"description": "EasyPost Shipping API Client Library for PHP",
"version": "7.4.0",
"version": "7.4.1",
"keywords": [
"shipping",
"api",
Expand Down
2 changes: 1 addition & 1 deletion lib/EasyPost/Constant/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ abstract class Constants
const BETA_API_VERSION = 'beta';

// Library constants
const LIBRARY_VERSION = '7.4.0';
const LIBRARY_VERSION = '7.4.1';
const SUPPORT_EMAIL = '[email protected]';

// Validation
Expand Down

0 comments on commit 7ab2a17

Please sign in to comment.