Skip to content

Commit b7adcc3

Browse files
committed
chore: prepares v5.6.0 for release
1 parent 5f2c71a commit b7adcc3

File tree

3 files changed

+6
-2
lines changed

3 files changed

+6
-2
lines changed

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,9 @@
11
# CHANGELOG
22

3+
## v5.6.0 (2022-08-25)
4+
5+
- Moves EndShipper out of beta into the general library namespace
6+
37
## v5.5.1 (2022-08-20)
48

59
- 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.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"name": "easypost/easypost-php",
33
"description": "EasyPost Shipping API Client Library for PHP",
4-
"version": "5.5.1",
4+
"version": "5.6.0",
55
"keywords": [
66
"shipping",
77
"api",

lib/EasyPost/EasyPost.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ abstract class EasyPost
5555
*
5656
* @var string
5757
*/
58-
const VERSION = '5.5.1';
58+
const VERSION = '5.6.0';
5959

6060
/**
6161
* Get the API key.

0 commit comments

Comments
 (0)