From 4d68ee00c20cc589283f18374a34b2048771f66c Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Fri, 16 Aug 2024 13:00:34 -0600 Subject: [PATCH 1/2] - Prep for v4.6.0 release --- CHANGELOG.md | 2 +- version.go | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 6fb5640..474749e 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Next Release +## v4.6.0 (2024-08-16) - Fix inheritance tree for error types, allowing end-user to properly cast and check for specific error types and sub-types diff --git a/version.go b/version.go index 8f7031b..53caf2e 100644 --- a/version.go +++ b/version.go @@ -1,3 +1,3 @@ package easypost -const Version = "4.5.1" +const Version = "4.6.0" From e2221269ceb6341fbd09f5493a88d75c51ca844e Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Fri, 16 Aug 2024 15:34:25 -0600 Subject: [PATCH 2/2] - Clarify changelog --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 474749e..fe25196 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ ## v4.6.0 (2024-08-16) -- Fix inheritance tree for error types, allowing end-user to properly cast and check for specific error types and sub-types +- Add improved inheritance tree for error types, allowing end-user to properly cast and check for specific error types and sub-types ## v4.5.1 (2024-08-09)