From cb8beec8b4e0e71ef03e0fbe18e61914a939d7c9 Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Mon, 1 Aug 2022 14:16:50 -0600 Subject: [PATCH] chore: prepares v5.5.0 for release --- CHANGELOG.md | 11 ++++++----- composer.json | 2 +- lib/EasyPost/EasyPost.php | 2 +- 3 files changed, 8 insertions(+), 7 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b3d33e5b..16dbe5de 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,12 +1,13 @@ # CHANGELOG -## Next Release +## v5.5.0 (2022-08-02) +- Adds Carbon Offset support + - Adds ability to create a shipment with carbon offset + - Adds ability to buy a shipment with carbon offset + - Adds ability to one-call-buy a shipment with carbon offset + - Adds ability to rerate a shipment with carbon offset - Adds `validateWebhook` function that returns your webhook or raises an error if there is a `webhookSecret` mismatch -- Adds ability to create a shipment with carbon offset -- Adds ability to buy a shipment with carbon offset -- Adds ability to one-call-buy a shipment with carbon offset -- Adds ability to rerate a shipment with carbon offset - Fixes a bug that required the values of `verify` and `verify_strict` params on an Address creation call to be arrays since passing `true` as a boolean is also valid (passing an array will continue to work but is no longer required) ## v5.4.0 (2022-07-18) diff --git a/composer.json b/composer.json index bdcb3eb0..65d8e062 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.4.0", + "version": "5.5.0", "keywords": [ "shipping", "api", diff --git a/lib/EasyPost/EasyPost.php b/lib/EasyPost/EasyPost.php index 740fcbae..047733d3 100644 --- a/lib/EasyPost/EasyPost.php +++ b/lib/EasyPost/EasyPost.php @@ -55,7 +55,7 @@ abstract class EasyPost * * @var string */ - const VERSION = '5.4.0'; + const VERSION = '5.5.0'; /** * Get the API key.