From 0edf4284305756a4518c77c381b6a7cfa74d52f5 Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Tue, 17 Sep 2024 14:48:10 -0600 Subject: [PATCH] - Prep for v6.7.3 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 e9fc9c73..1a0b80f7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Next Release +## v6.7.3 (2024-09-17) - Corrects all API documentation link references to point to their new locations - Fix recursion during disposal causing stack overflow diff --git a/EasyPost.nuspec b/EasyPost.nuspec index 6661e76f..d774d339 100644 --- a/EasyPost.nuspec +++ b/EasyPost.nuspec @@ -3,7 +3,7 @@ EasyPost-Official EasyPost (Official) - 6.7.2 + 6.7.3 EasyPost EasyPost https://www.easypost.com diff --git a/EasyPost/Properties/VersionInfo.cs b/EasyPost/Properties/VersionInfo.cs index b690b041..e45a06b3 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.7.2")] -[assembly: AssemblyFileVersion("6.7.2")] -[assembly: AssemblyInformationalVersion("6.7.2")] +[assembly: AssemblyVersion("6.7.3")] +[assembly: AssemblyFileVersion("6.7.3")] +[assembly: AssemblyInformationalVersion("6.7.3")]