From 65b81b65366ce3dec10fe879b793fce8c84b1e58 Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Fri, 8 Oct 2021 12:36:45 -0600 Subject: [PATCH] chore: prepare v4.0.1 for release --- CHANGELOG.md | 4 ++++ VERSION | 2 +- composer.json | 2 +- lib/EasyPost/EasyPost.php | 2 +- 4 files changed, 7 insertions(+), 3 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 913d55f2..d18fe032 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -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 diff --git a/VERSION b/VERSION index fcdb2e10..1454f6ed 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -4.0.0 +4.0.1 diff --git a/composer.json b/composer.json index 96982c52..76b564ae 100644 --- a/composer.json +++ b/composer.json @@ -42,5 +42,5 @@ "EasyPost": "lib/" } }, - "version": "4.0.0" + "version": "4.0.1" } diff --git a/lib/EasyPost/EasyPost.php b/lib/EasyPost/EasyPost.php index 48782b34..720b9cb1 100644 --- a/lib/EasyPost/EasyPost.php +++ b/lib/EasyPost/EasyPost.php @@ -40,7 +40,7 @@ abstract class EasyPost /** * @var string */ - const VERSION = '4.0.0'; + const VERSION = '4.0.1'; /** * get the API key.