Skip to content

Commit

Permalink
Merge pull request #119 from EasyPost/4.0.2
Browse files Browse the repository at this point in the history
chore: prepare v4.0.2 for release
  • Loading branch information
Justintime50 authored Oct 20, 2021
2 parents 14d3220 + 6d8cdf7 commit 12ad051
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.2 2021-10-20

* Further fixes JSON encoding by dropping null key/values, sending values as strings where necessary (returning to previous behavior), and removing the `array_filter` from the previous release

### 4.0.1 2021-10-08

* Properly handles empty lists and objects with JSON encoding (closes #114)
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.0.1
4.0.2
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.1"
"version": "4.0.2"
}
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.1';
const VERSION = '4.0.2';

/**
* get the API key.
Expand Down

0 comments on commit 12ad051

Please sign in to comment.