From ae51f4c4511222d3e08982fc1231af813112da15 Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Fri, 12 Apr 2024 12:01:56 -0600 Subject: [PATCH] - Prep for v6.3.1 release --- CHANGELOG.md | 2 +- EasyPost.nuspec | 2 +- EasyPost/Properties/VersionInfo.cs | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index e4de4983..57b07d3c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Next Release +## v6.3.1 (2024-04-12) - Fix `CarrierFields` serialization bug causing carrier account operations to fail - Fix accessibility for `CreateFedExSmartPost` parameter set diff --git a/EasyPost.nuspec b/EasyPost.nuspec index 22dd864f..3af398fc 100644 --- a/EasyPost.nuspec +++ b/EasyPost.nuspec @@ -3,7 +3,7 @@ EasyPost-Official EasyPost (Official) - 6.3.0 + 6.3.1 EasyPost EasyPost https://www.easypost.com diff --git a/EasyPost/Properties/VersionInfo.cs b/EasyPost/Properties/VersionInfo.cs index 1f21137f..b0ac1f67 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.3.0")] -[assembly: AssemblyFileVersion("6.3.0")] -[assembly: AssemblyInformationalVersion("6.3.0")] +[assembly: AssemblyVersion("6.3.1")] +[assembly: AssemblyFileVersion("6.3.1")] +[assembly: AssemblyInformationalVersion("6.3.1")]