Skip to content

Commit

Permalink
Merge pull request #204 from EasyPost/v5.5.0
Browse files Browse the repository at this point in the history
chore: prepares v5.5.0 for release
  • Loading branch information
Justintime50 authored Aug 2, 2022
2 parents cc64c57 + cb8beec commit 9217258
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
11 changes: 6 additions & 5 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
# CHANGELOG

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

- Adds Carbon Offset support
- Adds ability to create a shipment with carbon offset
- Adds ability to buy a shipment with carbon offset
- Adds ability to one-call-buy a shipment with carbon offset
- Adds ability to rerate a shipment with carbon offset
- Adds `validateWebhook` function that returns your webhook or raises an error if there is a `webhookSecret` mismatch
- Adds ability to create a shipment with carbon offset
- Adds ability to buy a shipment with carbon offset
- Adds ability to one-call-buy a shipment with carbon offset
- Adds ability to rerate a shipment with carbon offset
- 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)

## v5.4.0 (2022-07-18)
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.4.0",
"version": "5.5.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.4.0';
const VERSION = '5.5.0';

/**
* Get the API key.
Expand Down

0 comments on commit 9217258

Please sign in to comment.