From 5a7b892afe69744031dc9f0a11cb485c4d64650e Mon Sep 17 00:00:00 2001 From: Justintime50 <39606064+Justintime50@users.noreply.github.com> Date: Fri, 17 Feb 2023 10:43:47 -0700 Subject: [PATCH] chore: prepare v4.4.0 for release --- CHANGELOG.md | 5 +++-- EasyPost.nuspec | 2 +- EasyPost/Properties/VersionInfo.cs | 6 +++--- 3 files changed, 7 insertions(+), 6 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 480743d80..e34b237c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,13 +1,14 @@ # CHANGELOG -## Unreleased +## v4.4.0 (2023-02-17) -- Added new beta `RateService`, accessible via `myClient.Beta.Rate`. +- Added new beta `RateService`, accessible via `myClient.Beta.Rate` - Added `RetrieveStatelessRate` function under beta `RateService` to pull stateless rates when shipment data is provided - Added `GetLowestStatelessRate` function under `Utilities.Rate` to filter the lowest stateless rate - Added new `GetLowest` instance functions, callable on `List`, `List` and `List`, to filter the lowest rate - Deprecated rate and smartrate filtering methods in `ShipmentService`, `RateService` and `Calculation.Rates` namespaces, moved to `Utilities.Rate` namespace +- Fixes Strong-Name signing that was unintentionally removed in v4.1.0 (this package is now strong-name signed once again) ## v4.3.0 (2023-01-18) diff --git a/EasyPost.nuspec b/EasyPost.nuspec index a39d97a9e..7810ed436 100644 --- a/EasyPost.nuspec +++ b/EasyPost.nuspec @@ -3,7 +3,7 @@ EasyPost-Official EasyPost (Official) - 4.3.0 + 4.4.0 EasyPost EasyPost https://www.easypost.com diff --git a/EasyPost/Properties/VersionInfo.cs b/EasyPost/Properties/VersionInfo.cs index 113f7ac6f..e6a3d3eac 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("4.3.0")] -[assembly: AssemblyFileVersion("4.3.0")] -[assembly: AssemblyInformationalVersion("4.3.0")] +[assembly: AssemblyVersion("4.4.0")] +[assembly: AssemblyFileVersion("4.4.0")] +[assembly: AssemblyInformationalVersion("4.4.0")]