Skip to content

Commit d613c92

Browse files
committed
chore: prepares v5.4.0 for release
1 parent 02601b4 commit d613c92

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
# CHANGELOG
22

3-
## Next Release
4-
- Add form creation via `generate_form()` function on a `Shipment` object
3+
## v5.4.0 (2022-07-18)
4+
5+
- Add ability to generate forms for shipments via `generate_form()` function
56

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

composer.json

Lines changed: 1 addition & 1 deletion
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": "5.3.0",
4+
"version": "5.4.0",
55
"keywords": [
66
"shipping",
77
"api",

lib/EasyPost/EasyPost.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ abstract class EasyPost
5555
*
5656
* @var string
5757
*/
58-
const VERSION = '5.3.0';
58+
const VERSION = '5.4.0';
5959

6060
/**
6161
* Get the API key.

0 commit comments

Comments
 (0)