File tree 3 files changed +5
-4
lines changed
3 files changed +5
-4
lines changed Original file line number Diff line number Diff line change 1
1
# CHANGELOG
2
2
3
- ## Next Release
3
+ ## v6.9.0 (2023-10-11)
4
4
5
- - Migrate API Key -related functions from ` user ` service to ` api_keys ` service
5
+ - Deprecates API key -related functions in the ` user ` service and introduces the replacement functions in the ` api_keys ` service
6
6
- Fixes a bug that changed the timezone to UTC on each request without resetting it to the original timezone in use (closes #310 )
7
+ - Fixes documentation generation command invocation
7
8
8
9
## v6.8.1 (2023-09-05)
9
10
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " easypost/easypost-php" ,
3
3
"description" : " EasyPost Shipping API Client Library for PHP" ,
4
- "version" : " 6.8.1 " ,
4
+ "version" : " 6.9.0 " ,
5
5
"keywords" : [
6
6
" shipping" ,
7
7
" api" ,
Original file line number Diff line number Diff line change @@ -11,7 +11,7 @@ abstract class Constants
11
11
const BETA_API_VERSION = 'beta ' ;
12
12
13
13
// Library constants
14
- const LIBRARY_VERSION = '6.8.1 ' ;
14
+ const LIBRARY_VERSION = '6.9.0 ' ;
15
15
const SUPPORT_EMAIL =
'[email protected] ' ;
16
16
17
17
// Validation
You can’t perform that action at this time.
0 commit comments