From 35955ad474ab192457dc03f594d004521f3b72c3 Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Tue, 16 Jul 2024 16:10:17 -0600 Subject: [PATCH] [chore] Prep for v4.4.0 release (#226) --- CHANGELOG.md | 2 +- version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c607107..b2985eb 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Next Release +## v4.4.0 (2024-07-16) - Adds new `EstimateDeliveryDateForZipPair`, `RecommendShipDateForShipment` and `RecommendShipDateForZipPair` - New `CreateUpsCarrierAccount` and `UpdateUpsCarrierAccount` methods and associated parameter structs, required to use for UPS accounts due to new `/ups_oauth_registrations` endpoint. diff --git a/version.go b/version.go index 3d41cff..36c5869 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package easypost -const Version = "4.3.1" +const Version = "4.4.0"