File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 11# CHANGELOG
22
3- ## [ Unreleased ]
3+ ## v6.2.0 (2023-01-18)
44
55- Added function to retrieve all pickups via ` $client->pickup->all() `
66- Added payload functions ` retrievePayload ` and ` retrieveAllPayloads ` methods, accessible via ` $client->event ` service.
Original file line number Diff line number Diff line change 11{
22 "name" : " easypost/easypost-php" ,
33 "description" : " EasyPost Shipping API Client Library for PHP" ,
4- "version" : " 6.1 .0" ,
4+ "version" : " 6.2 .0" ,
55 "keywords" : [
66 " shipping" ,
77 " api" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ abstract class Constants
1111 const BETA_API_VERSION = 'beta ' ;
1212
1313 // Library constants
14- const LIBRARY_VERSION = '6.1 .0 ' ;
14+ const LIBRARY_VERSION = '6.2 .0 ' ;
1515 const SUPPORT_EMAIL = 'support@easypost.com ' ;
1616
1717 // Validation
You can’t perform that action at this time.
0 commit comments