Skip to content

Commit

Permalink
Merge pull request #313 from EasyPost/v6.9.0
Browse files Browse the repository at this point in the history
chore: prepare v6.9.0 for release
  • Loading branch information
Justintime50 committed Oct 11, 2023
2 parents 7d7d2d5 + 0c31c35 commit 2b9d3c6
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,10 @@
# CHANGELOG

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

- Migrate API Key-related functions from `user` service to `api_keys` service
- Deprecates API key-related functions in the `user` service and introduces the replacement functions in the `api_keys` service
- Fixes a bug that changed the timezone to UTC on each request without resetting it to the original timezone in use (closes #310)
- Fixes documentation generation command invocation

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

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.8.1",
"version": "6.9.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.8.1';
const LIBRARY_VERSION = '6.9.0';
const SUPPORT_EMAIL = '[email protected]';

// Validation
Expand Down

0 comments on commit 2b9d3c6

Please sign in to comment.