Skip to content

Commit

Permalink
Merge pull request #105 from Justintime50/version-bump
Browse files Browse the repository at this point in the history
chore: version bump for smartrate
  • Loading branch information
Justintime50 authored Jun 10, 2021
2 parents 2d24da7 + 2a7216c commit 2c8adce
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 3 deletions.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,7 @@
### 3.6.0 2021-06-10

* Adds `SmartRate` functionality to the `Shipments` object (available by calling `get_smartrates()` on a shipment)

### 3.5.0 2020-08-09

* Added event retrieval methods
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
3.5.0
3.6.0
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -39,5 +39,5 @@
"EasyPost": "lib/"
}
},
"version": "3.5.0"
"version": "3.6.0"
}
2 changes: 1 addition & 1 deletion lib/EasyPost/EasyPost.php
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ abstract class EasyPost
/**
* @var string
*/
const VERSION = '3.5.0';
const VERSION = '3.6.0';

/**
* get the API key.
Expand Down

0 comments on commit 2c8adce

Please sign in to comment.