Skip to content

Commit

Permalink
Merge pull request #244 from EasyPost/v6-rc1
Browse files Browse the repository at this point in the history
fix: version to be release candidate
  • Loading branch information
Justintime50 authored Dec 15, 2022
2 parents 7fa50e2 + fdddae8 commit 85e8721
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## v6.0.0 (2022-12-15)
## v6.0.0-rc1 (2022-12-15)

- PHP 7.3 is no longer supported
- Added a new `EasyPostClient` object which encapsulates the API key. All functions are called against this client allowing for thread-safety (eg: `$client->shipment->create()`)
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.0.0",
"version": "6.0.0-rc1",
"keywords": [
"shipping",
"api",
Expand Down
2 changes: 1 addition & 1 deletion composer.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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.0.0';
const LIBRARY_VERSION = '6.0.0-rc1';
const SUPPORT_EMAIL = '[email protected]';

// Validation
Expand Down

0 comments on commit 85e8721

Please sign in to comment.