Skip to content

Commit cb8beec

Browse files
committed
chore: prepares v5.5.0 for release
1 parent cc64c57 commit cb8beec

File tree

3 files changed

+8
-7
lines changed

3 files changed

+8
-7
lines changed

CHANGELOG.md

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
# CHANGELOG
22

3-
## Next Release
3+
## v5.5.0 (2022-08-02)
44

5+
- Adds Carbon Offset support
6+
- Adds ability to create a shipment with carbon offset
7+
- Adds ability to buy a shipment with carbon offset
8+
- Adds ability to one-call-buy a shipment with carbon offset
9+
- Adds ability to rerate a shipment with carbon offset
510
- Adds `validateWebhook` function that returns your webhook or raises an error if there is a `webhookSecret` mismatch
6-
- Adds ability to create a shipment with carbon offset
7-
- Adds ability to buy a shipment with carbon offset
8-
- Adds ability to one-call-buy a shipment with carbon offset
9-
- Adds ability to rerate a shipment with carbon offset
1011
- Fixes a bug that required the values of `verify` and `verify_strict` params on an Address creation call to be arrays since passing `true` as a boolean is also valid (passing an array will continue to work but is no longer required)
1112

1213
## v5.4.0 (2022-07-18)

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.4.0",
4+
"version": "5.5.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.4.0';
58+
const VERSION = '5.5.0';
5959

6060
/**
6161
* Get the API key.

0 commit comments

Comments
 (0)