From 95dab8fd8a89f5e24b3f3dbd5222f4ba9680251b Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Thu, 31 Oct 2024 13:36:31 -0600 Subject: [PATCH] [chore] Prep for v6.8.1 release (#602) --- CHANGELOG.md | 4 ++++ EasyPost.nuspec | 2 +- EasyPost/Properties/VersionInfo.cs | 6 +++--- 3 files changed, 8 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c4a1f69e..1cc5a3ce 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # CHANGELOG +# v6.8.1 (2024-10-31) + +- Fixes HTTP query parameter serialization bug causing `TrackingCodes` to be ignored when listing trackers + ## v6.8.0 (2024-10-22) - Removes the deprecated `CreateList` Tracker function as it is no longer available via API diff --git a/EasyPost.nuspec b/EasyPost.nuspec index 77750050..7431b85e 100644 --- a/EasyPost.nuspec +++ b/EasyPost.nuspec @@ -3,7 +3,7 @@ EasyPost-Official EasyPost (Official) - 6.8.0 + 6.8.1 EasyPost EasyPost https://www.easypost.com diff --git a/EasyPost/Properties/VersionInfo.cs b/EasyPost/Properties/VersionInfo.cs index bd10b2a3..eb710947 100644 --- a/EasyPost/Properties/VersionInfo.cs +++ b/EasyPost/Properties/VersionInfo.cs @@ -2,6 +2,6 @@ // Version information for an assembly must follow semantic versioning // When releasing a release candidate, append a 4th digit being the number of the release candidate -[assembly: AssemblyVersion("6.8.0")] -[assembly: AssemblyFileVersion("6.8.0")] -[assembly: AssemblyInformationalVersion("6.8.0")] +[assembly: AssemblyVersion("6.8.1")] +[assembly: AssemblyFileVersion("6.8.1")] +[assembly: AssemblyInformationalVersion("6.8.1")]