Skip to content

Commit

Permalink
Merge pull request #116 from EasyPost/v4.0.1
Browse files Browse the repository at this point in the history
chore: prepare v4.0.1 for release
  • Loading branch information
Justintime50 committed Oct 9, 2021
2 parents e7f6c30 + 65b81b6 commit e49dd50
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,5 +1,9 @@
## CHANGELOG

### 4.0.1 2021-10-08

* Properly handles empty lists and objects with JSON encoding (closes #114)

### 4.0.0 2021-10-06

* JSON encodes POST bodies instead of form encoding them
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.0
4.0.1
2 changes: 1 addition & 1 deletion composer.json
Original file line number Diff line number Diff line change
Expand Up @@ -42,5 +42,5 @@
"EasyPost": "lib/"
}
},
"version": "4.0.0"
"version": "4.0.1"
}
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 = '4.0.0';
const VERSION = '4.0.1';

/**
* get the API key.
Expand Down

0 comments on commit e49dd50

Please sign in to comment.