From b7adcc3a7d586d0aaa9a944a4fa7f6d08a21a0eb Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Thu, 25 Aug 2022 10:34:18 -0600 Subject: [PATCH] chore: prepares v5.6.0 for release --- CHANGELOG.md | 4 ++++ composer.json | 2 +- lib/EasyPost/EasyPost.php | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 321a3af2..7d148498 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## v5.6.0 (2022-08-25) + +- Moves EndShipper out of beta into the general library namespace + ## v5.5.1 (2022-08-20) - Removes some extra imports that no longer exist causing errors when importing this library. Adds a regression test to protect against this in the future. diff --git a/composer.json b/composer.json index a240ce5c..033b1753 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.5.1", + "version": "5.6.0", "keywords": [ "shipping", "api", diff --git a/lib/EasyPost/EasyPost.php b/lib/EasyPost/EasyPost.php index b8bf95bf..c8a9004f 100644 --- a/lib/EasyPost/EasyPost.php +++ b/lib/EasyPost/EasyPost.php @@ -55,7 +55,7 @@ abstract class EasyPost * * @var string */ - const VERSION = '5.5.1'; + const VERSION = '5.6.0'; /** * Get the API key.