Skip to content

Commit

Permalink
Merge pull request #195 from EasyPost/v5.4.0
Browse files Browse the repository at this point in the history
chore: prepares v5.4.0 for release
  • Loading branch information
Justintime50 authored Jul 18, 2022
2 parents 02601b4 + d613c92 commit 932f641
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# CHANGELOG

## Next Release
- Add form creation via `generate_form()` function on a `Shipment` object
## v5.4.0 (2022-07-18)

- Add ability to generate forms for shipments via `generate_form()` function

## v5.3.0 (2022-07-07)

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": "5.3.0",
"version": "5.4.0",
"keywords": [
"shipping",
"api",
Expand Down
2 changes: 1 addition & 1 deletion lib/EasyPost/EasyPost.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ abstract class EasyPost
*
* @var string
*/
const VERSION = '5.3.0';
const VERSION = '5.4.0';

/**
* Get the API key.
Expand Down

0 comments on commit 932f641

Please sign in to comment.