From cb8b2f3681b92013aa073f032eceefd3ddaf45d7 Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Mon, 15 Apr 2024 09:40:17 -0600 Subject: [PATCH] chore: prep v4.3.0 for release --- CHANGELOG.md | 4 ++++ version.go | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index a27b792..b2286fb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +## v4.3.0 (2024-04-15) + +- Adds `ContentDescription`, `DropoffMaxDatetime`, and `PickupMaxDatetime` shipment options + ## v4.2.0 (2024-04-10) - Fix payment method funding and deletion failures due to undetermined payment method type diff --git a/version.go b/version.go index 8c7ee24..8b4029a 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package easypost -const Version = "4.2.0" +const Version = "4.3.0"