Skip to content

Commit b7eb327

Browse files
authored
Merge pull request #269 from EasyPost/v6.3.0
chore: prepare v6.3.0 for release
2 parents 107596b + 3473031 commit b7eb327

File tree

3 files changed

+7
-5
lines changed

3 files changed

+7
-5
lines changed

CHANGELOG.md

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,11 @@
11
# CHANGELOG
22

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

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

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

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "easypost/easypost-php",
33
"description": "EasyPost Shipping API Client Library for PHP",
4-
"version": "6.2.0",
4+
"version": "6.3.0",
55
"keywords": [
66
"shipping",
77
"api",

lib/EasyPost/Constant/Constants.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ abstract class Constants
1111
const BETA_API_VERSION = 'beta';
1212

1313
// Library constants
14-
const LIBRARY_VERSION = '6.2.0';
14+
const LIBRARY_VERSION = '6.3.0';
1515
const SUPPORT_EMAIL = 'support@easypost.com';
1616

1717
// Validation

0 commit comments

Comments
 (0)