From 2f95d79d5265d35ce44917aa57959a1e970a9ef6 Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Wed, 21 Sep 2022 13:28:16 -0600 Subject: [PATCH] chore: prepares v3.6.0 for release --- CHANGELOG.md | 7 +++---- EasyPost.nuspec | 2 +- EasyPost/Properties/VersionInfo.cs | 6 +++--- 3 files changed, 7 insertions(+), 8 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index be8cd4e62..6777e40b8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,16 +1,15 @@ # CHANGELOG -## NEXT RELEASE +## v3.6.0 (2022-09-21) - Adds `end_shipper_id` shipment option -- Can indicate an EndShipper ID when buying a shipment -- Add White Label features: +- Adds support to pass an EndShipper ID when buying a shipment +- Add Partner White Label support: - Create a referral customer - Update a referral customer's email address - List all referral customers - Add a credit card to a referral customer's account - ## v3.5.0 (2022-08-25) - Adds `ValidateWebhook` function diff --git a/EasyPost.nuspec b/EasyPost.nuspec index 681f2971c..dc7dd7a98 100644 --- a/EasyPost.nuspec +++ b/EasyPost.nuspec @@ -3,7 +3,7 @@ EasyPost-Official EasyPost (Official) - 3.5.0 + 3.6.0 EasyPost EasyPost https://www.easypost.com diff --git a/EasyPost/Properties/VersionInfo.cs b/EasyPost/Properties/VersionInfo.cs index 688f10114..10bac9f9e 100644 --- a/EasyPost/Properties/VersionInfo.cs +++ b/EasyPost/Properties/VersionInfo.cs @@ -1,6 +1,6 @@ using System.Reflection; // Version information for an assembly must follow semantic versioning -[assembly: AssemblyVersion("3.5.0")] -[assembly: AssemblyFileVersion("3.5.0")] -[assembly: AssemblyInformationalVersion("3.5.0")] +[assembly: AssemblyVersion("3.6.0")] +[assembly: AssemblyFileVersion("3.6.0")] +[assembly: AssemblyInformationalVersion("3.6.0")]