Skip to content

Commit

Permalink
Merge pull request #175 from EasyPost/v5.2.1
Browse files Browse the repository at this point in the history
chore: prepare v5.2.1 for release
  • Loading branch information
Justintime50 authored May 31, 2022
2 parents 25cb95e + 6a26039 commit a75e3f0
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 4 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
# CHANGELOG

## Next Release
- Set `beta` parameter in `refresh` to `false` by default
## v5.2.1 (2022-05-31)

- Fixes a missing parameter bug by setting the `beta` parameter in the `refresh` function to `false` by default

## v5.2.0 (2022-05-19)

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.2.0",
"version": "5.2.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 @@ -55,7 +55,7 @@ abstract class EasyPost
*
* @var string
*/
const VERSION = '5.2.0';
const VERSION = '5.2.1';

/**
* Get the API key.
Expand Down

0 comments on commit a75e3f0

Please sign in to comment.