Skip to content

Commit

Permalink
Merge pull request #250 from EasyPost/v6.0.0-final
Browse files Browse the repository at this point in the history
chore: prepare v6.0.0 for release
  • Loading branch information
Justintime50 authored Jan 5, 2023
2 parents 7dad521 + 69d5a11 commit 93ed472
Show file tree
Hide file tree
Showing 4 changed files with 57 additions and 52 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v6.0.0 (2023-01-05)

- Release final version of v6 that contains all the changes in the `v6.0.0-rc1` below

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

- PHP 7.3 is no longer supported
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-rc1",
"version": "6.0.0",
"keywords": [
"shipping",
"api",
Expand Down
101 changes: 51 additions & 50 deletions 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-rc1';
const LIBRARY_VERSION = '6.0.0';
const SUPPORT_EMAIL = '[email protected]';

// Validation
Expand Down

0 comments on commit 93ed472

Please sign in to comment.