Skip to content

Commit

Permalink
Merge pull request #296 from EasyPost/v6.7.0
Browse files Browse the repository at this point in the history
chore: prepare v6.7.0 for release
  • Loading branch information
Justintime50 authored Jun 6, 2023
2 parents 4c62741 + 9698aac commit fc3f9d7
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# CHANGELOG

## Next Release
## v6.7.0 (2023-06-06)

- Migrates carrier metadata to GA
- Migrates carrier metadata to GA (now available via `client.carrierMetadata.retrieve`)

## v6.6.0 (2023-05-02)

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.6.0",
"version": "6.7.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.6.0';
const LIBRARY_VERSION = '6.7.0';
const SUPPORT_EMAIL = '[email protected]';

// Validation
Expand Down

0 comments on commit fc3f9d7

Please sign in to comment.