From bf0f59d51953eb6d6f3c3e3b1c63beaa22c299ca Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Tue, 22 Jun 2021 13:24:24 -0600 Subject: [PATCH] chore: version bump v1.3.1 --- CHANGELOG.md | 6 ++++++ version.go | 2 +- 2 files changed, 7 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e3fea89..48ffcea 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,3 +1,9 @@ +# CHANGELOG + +## v1.3.1 2021-06-23 + +* Corrects `CODAmount` from a `float64` to a `string` + ## v1.3.0 2021-05-27 * Adds `Smartrate` functionality to the `Shipments` object (available by calling `GetShipmentSmartrates()`) diff --git a/version.go b/version.go index 4f72ce6..04315c1 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package easypost -const Version = "1.3.0" +const Version = "1.3.1"