Skip to content

Commit

Permalink
Merge pull request #163 from EasyPost/v5.1.0
Browse files Browse the repository at this point in the history
chore: prepare v5.1.0 for release
  • Loading branch information
Justintime50 authored May 9, 2022
2 parents 678b538 + ba3b0c7 commit 6360ed3
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
# CHANGELOG

## NEXT RELEASE
## v5.1.0 (2022-05-09)

- Adds a `lowest_rate` function to Orders and Pickups
- Adds a `lowest_rate()` function to Orders and Pickups
- Adds `Shipment::get_lowest_smartrate()` and `$shipment.lowest_smartrate()` functions
- Removes the `params` from the `Address->verify()` method since it's non-static and unused
- Removes dead conditional `message` check in `Address::create_and_verify`
Expand Down
4 changes: 2 additions & 2 deletions composer.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
{
"name": "easypost/easypost-php",
"description": "EasyPost Shipping API Client Library for PHP",
"version": "5.1.0",
"keywords": [
"shipping",
"api",
Expand Down Expand Up @@ -45,6 +46,5 @@
"psr-4": {
"EasyPost\\Test\\": "test/EasyPost/"
}
},
"version": "5.0.0"
}
}
2 changes: 1 addition & 1 deletion lib/EasyPost/EasyPost.php
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ abstract class EasyPost
*
* @var string
*/
const VERSION = '5.0.0';
const VERSION = '5.1.0';

/**
* Get the API key.
Expand Down

0 comments on commit 6360ed3

Please sign in to comment.