Skip to content

Commit

Permalink
Merge pull request #215 from EasyPost/v5.6.0
Browse files Browse the repository at this point in the history
chore: prepares v5.6.0 for release
  • Loading branch information
Justintime50 authored Aug 25, 2022
2 parents 5f2c71a + b7adcc3 commit bfa3891
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# CHANGELOG

## v5.6.0 (2022-08-25)

- Moves EndShipper out of beta into the general library namespace

## v5.5.1 (2022-08-20)

- Removes some extra imports that no longer exist causing errors when importing this library. Adds a regression test to protect against this in the future.
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": "5.5.1",
"version": "5.6.0",
"keywords": [
"shipping",
"api",
Expand Down
2 changes: 1 addition & 1 deletion lib/EasyPost/EasyPost.php
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ abstract class EasyPost
*
* @var string
*/
const VERSION = '5.5.1';
const VERSION = '5.6.0';

/**
* Get the API key.
Expand Down

0 comments on commit bfa3891

Please sign in to comment.