Skip to content

Commit

Permalink
Merge pull request #166 from EasyPost/v5.1.1
Browse files Browse the repository at this point in the history
chore: prepare v5.1.1 for release
  • Loading branch information
Justintime50 authored May 9, 2022
2 parents 96f34f5 + c8d097d commit d938336
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.1.1 (2022-05-09)

- Adds present but unimported supplemental EasyPost object classes such as `TrackingDetails` to the lib (closes #164)

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

- Adds a `lowest_rate()` function to Orders and Pickups
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.1.0",
"version": "5.1.1",
"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 @@ -48,7 +48,7 @@ abstract class EasyPost
*
* @var string
*/
const VERSION = '5.1.0';
const VERSION = '5.1.1';

/**
* Get the API key.
Expand Down

0 comments on commit d938336

Please sign in to comment.