From ca07dfd90a13237e7d1855f8aec359b8a05f43a9 Mon Sep 17 00:00:00 2001 From: nwithan8 Date: Tue, 5 Sep 2023 14:29:46 -0600 Subject: [PATCH 1/2] - Prep release --- CHANGELOG.md | 5 +++++ EasyPost.nuspec | 2 +- EasyPost/Properties/VersionInfo.cs | 6 +++--- 3 files changed, 9 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index b8d330783..6ea30f606 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,10 @@ # CHANGELOG +## v5.6.1 (2023-09-05) + +- Fix FedEx SmartPost carrier account creation not going to the correct endpoint +- Add missing optional `ReturnAddress` and `BuyerAddress` parameters to Shipment creation parameter set + ## v5.6.0 (2023-08-31) - Add ability to compare an EasyPost object to a parameter set object via `Matches` function diff --git a/EasyPost.nuspec b/EasyPost.nuspec index fe599e975..87c12d58e 100644 --- a/EasyPost.nuspec +++ b/EasyPost.nuspec @@ -3,7 +3,7 @@ EasyPost-Official EasyPost (Official) - 5.6.0 + 5.6.1 EasyPost EasyPost https://www.easypost.com diff --git a/EasyPost/Properties/VersionInfo.cs b/EasyPost/Properties/VersionInfo.cs index 85fe7ac34..7d28b0db7 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("5.6.0")] -[assembly: AssemblyFileVersion("5.6.0")] -[assembly: AssemblyInformationalVersion("5.6.0")] +[assembly: AssemblyVersion("5.6.1")] +[assembly: AssemblyFileVersion("5.6.1")] +[assembly: AssemblyInformationalVersion("5.6.1")] From 93ddc8e26f2a6bc689b5f826b7fd5c9266f3b963 Mon Sep 17 00:00:00 2001 From: nwithan8 Date: Tue, 5 Sep 2023 15:38:00 -0600 Subject: [PATCH 2/2] - Address feedback --- 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 6ea30f606..1e23ae531 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,6 +1,6 @@ # CHANGELOG -## v5.6.1 (2023-09-05) +## v5.7.0 (2023-09-05) - Fix FedEx SmartPost carrier account creation not going to the correct endpoint - Add missing optional `ReturnAddress` and `BuyerAddress` parameters to Shipment creation parameter set diff --git a/EasyPost.nuspec b/EasyPost.nuspec index 87c12d58e..9f99d813f 100644 --- a/EasyPost.nuspec +++ b/EasyPost.nuspec @@ -3,7 +3,7 @@ EasyPost-Official EasyPost (Official) - 5.6.1 + 5.7.0 EasyPost EasyPost https://www.easypost.com diff --git a/EasyPost/Properties/VersionInfo.cs b/EasyPost/Properties/VersionInfo.cs index 7d28b0db7..b40cd39aa 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("5.6.1")] -[assembly: AssemblyFileVersion("5.6.1")] -[assembly: AssemblyInformationalVersion("5.6.1")] +[assembly: AssemblyVersion("5.7.0")] +[assembly: AssemblyFileVersion("5.7.0")] +[assembly: AssemblyInformationalVersion("5.7.0")]