Skip to content

Commit

Permalink
chore: prepares v5.4.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Jul 18, 2022
1 parent 02601b4 commit d613c92
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 d613c92

Please sign in to comment.