Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 5 additions & 3 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
# CHANGELOG

## Next Release
## v6.3.0 (2023-02-17)

- Add `retrieveStatelessRates` function and helper function `getLowestStatelessRate`
- Correct HTTP 403 to `ForbiddenException`
- Adds beta `retrieveStatelessRates` function
- Adds `getLowestStatelessRate` utility
- Correct HTTP 403 status responses to throw `ForbiddenException`
- Various other small corrections and improvements

## v6.2.0 (2023-01-18)

Expand Down
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "easypost/easypost-php",
"description": "EasyPost Shipping API Client Library for PHP",
"version": "6.2.0",
"version": "6.3.0",
"keywords": [
"shipping",
"api",
Expand Down
2 changes: 1 addition & 1 deletion lib/EasyPost/Constant/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ abstract class Constants
const BETA_API_VERSION = 'beta';

// Library constants
const LIBRARY_VERSION = '6.2.0';
const LIBRARY_VERSION = '6.3.0';
const SUPPORT_EMAIL = 'support@easypost.com';

// Validation
Expand Down