Skip to content

Commit

Permalink
Merge pull request #258 from EasyPost/v6.2.0
Browse files Browse the repository at this point in the history
chore: prepare v6.2.0 for release
  • Loading branch information
Justintime50 authored Jan 18, 2023
2 parents 6302767 + fb74e75 commit 75e5daf
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## [Unreleased]
## v6.2.0 (2023-01-18)

- Added function to retrieve all pickups via `$client->pickup->all()`
- Added payload functions `retrievePayload` and `retrieveAllPayloads` methods, accessible via `$client->event` service.
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": "6.1.0",
"version": "6.2.0",
"keywords": [
"shipping",
"api",
Expand Down
2 changes: 1 addition & 1 deletion lib/EasyPost/Constant/Constants.php
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ abstract class Constants
const BETA_API_VERSION = 'beta';

// Library constants
const LIBRARY_VERSION = '6.1.0';
const LIBRARY_VERSION = '6.2.0';
const SUPPORT_EMAIL = '[email protected]';

// Validation
Expand Down

0 comments on commit 75e5daf

Please sign in to comment.