diff --git a/CHANGELOG.md b/CHANGELOG.md index ef10200d..1a8eaac2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Next Release +## v7.1.0 (2024-01-08) - Add `allChildren` and `getNextPageOfChildren` methods to `user` service diff --git a/composer.json b/composer.json index 0e6e00c7..7c848a25 100644 --- a/composer.json +++ b/composer.json @@ -1,7 +1,7 @@ { "name": "easypost/easypost-php", "description": "EasyPost Shipping API Client Library for PHP", - "version": "7.0.0", + "version": "7.1.0", "keywords": [ "shipping", "api", diff --git a/lib/EasyPost/Constant/Constants.php b/lib/EasyPost/Constant/Constants.php index dab7c916..008cab8e 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 = '7.0.0'; + const LIBRARY_VERSION = '7.1.0'; const SUPPORT_EMAIL = 'support@easypost.com'; // Validation