From d613c92f90cf52d5e51ed8687ede6b74d5fa59fc Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Mon, 18 Jul 2022 11:53:58 -0600 Subject: [PATCH] chore: prepares v5.4.0 for release --- CHANGELOG.md | 5 +++-- composer.json | 2 +- lib/EasyPost/EasyPost.php | 2 +- 3 files changed, 5 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index eefaabd4..338052ac 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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) diff --git a/composer.json b/composer.json index 30753432..bdcb3eb0 100644 --- a/composer.json +++ b/composer.json @@ -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", diff --git a/lib/EasyPost/EasyPost.php b/lib/EasyPost/EasyPost.php index da3b3441..740fcbae 100644 --- a/lib/EasyPost/EasyPost.php +++ b/lib/EasyPost/EasyPost.php @@ -55,7 +55,7 @@ abstract class EasyPost * * @var string */ - const VERSION = '5.3.0'; + const VERSION = '5.4.0'; /** * Get the API key.