Skip to content

Commit 2b9d3c6

Browse files
authored
Merge pull request #313 from EasyPost/v6.9.0
chore: prepare v6.9.0 for release
2 parents 7d7d2d5 + 0c31c35 commit 2b9d3c6

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

CHANGELOG.md

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
# CHANGELOG
22

3-
## Next Release
3+
## v6.9.0 (2023-10-11)
44

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
66
- 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
78

89
## v6.8.1 (2023-09-05)
910

composer.json

+1-1
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.8.1",
4+
"version": "6.9.0",
55
"keywords": [
66
"shipping",
77
"api",

lib/EasyPost/Constant/Constants.php

+1-1
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.8.1';
14+
const LIBRARY_VERSION = '6.9.0';
1515
const SUPPORT_EMAIL = '[email protected]';
1616

1717
// Validation

0 commit comments

Comments
 (0)