From 9698aacb3d7bcb5593bfed620d133c69966e2273 Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Tue, 6 Jun 2023 11:28:46 -0600 Subject: [PATCH] chore: prepare v6.7.0 for release --- CHANGELOG.md | 4 ++-- composer.json | 2 +- lib/EasyPost/Constant/Constants.php | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index caf3bf47..27e4482d 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,8 +1,8 @@ # CHANGELOG -## Next Release +## v6.7.0 (2023-06-06) -- Migrates carrier metadata to GA +- Migrates carrier metadata to GA (now available via `client.carrierMetadata.retrieve`) ## v6.6.0 (2023-05-02) diff --git a/composer.json b/composer.json index 16809b6e..f942ad0f 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "easypost/easypost-php", "description": "EasyPost Shipping API Client Library for PHP", - "version": "6.6.0", + "version": "6.7.0", "keywords": [ "shipping", "api", diff --git a/lib/EasyPost/Constant/Constants.php b/lib/EasyPost/Constant/Constants.php index 1e95c629..a2fdf53c 100644 --- a/lib/EasyPost/Constant/Constants.php +++ b/lib/EasyPost/Constant/Constants.php @@ -11,7 +11,7 @@ abstract class Constants const BETA_API_VERSION = 'beta'; // Library constants - const LIBRARY_VERSION = '6.6.0'; + const LIBRARY_VERSION = '6.7.0'; const SUPPORT_EMAIL = 'support@easypost.com'; // Validation