From b00897600bb1fd64762d3380470b7dd3364fd359 Mon Sep 17 00:00:00 2001 From: Nate Harris Date: Thu, 30 Nov 2023 14:26:05 -0700 Subject: [PATCH] - Prep for v6.7.2 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 b5ad3bb6..c5997ed5 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## Next Release +## v6.7.2 (2024-08-16) - Fix inclusion of `Verify` and `VerifyStrict` parameters when creating an Address as part of a larger object creation (e.g. Shipment, Order, etc.) diff --git a/EasyPost.nuspec b/EasyPost.nuspec index d2489f9a..6661e76f 100644 --- a/EasyPost.nuspec +++ b/EasyPost.nuspec @@ -3,7 +3,7 @@ EasyPost-Official EasyPost (Official) - 6.7.1 + 6.7.2 EasyPost EasyPost https://www.easypost.com diff --git a/EasyPost/Properties/VersionInfo.cs b/EasyPost/Properties/VersionInfo.cs index d88c584a..b690b041 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.1")] -[assembly: AssemblyFileVersion("6.7.1")] -[assembly: AssemblyInformationalVersion("6.7.1")] +[assembly: AssemblyVersion("6.7.2")] +[assembly: AssemblyFileVersion("6.7.2")] +[assembly: AssemblyInformationalVersion("6.7.2")]