From c77c5e48ba0ee1ce3ce520f4c06fa966b2dbc4e8 Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Mon, 1 Jul 2024 13:18:49 -0400 Subject: [PATCH] - Prep for 4.3.1 release (#223) --- CHANGELOG.md | 4 ++++ version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b2286fb..2503d4a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## v4.3.1 (2024-07-01) + +- Adds missing `Readable` and `Logo` fields to `CarrierType` struct + ## v4.3.0 (2024-04-15) - Adds `ContentDescription`, `DropoffMaxDatetime`, and `PickupMaxDatetime` shipment options diff --git a/version.go b/version.go index 8b4029a..3d41cff 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package easypost -const Version = "4.3.0" +const Version = "4.3.1"