Skip to content

Commit

Permalink
chore: prepare v4.4.0 for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Justintime50 committed Feb 17, 2023
1 parent aac9873 commit 5a7b892
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 6 deletions.
5 changes: 3 additions & 2 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -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<Rate>`, `List<Smartrate>` and `List<StatelessRate>`, 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)

Expand Down
2 changes: 1 addition & 1 deletion EasyPost.nuspec
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
<metadata>
<id>EasyPost-Official</id>
<title>EasyPost (Official)</title>
<version>4.3.0</version>
<version>4.4.0</version>
<authors>EasyPost</authors>
<owners>EasyPost</owners>
<projectUrl>https://www.easypost.com</projectUrl>
Expand Down
6 changes: 3 additions & 3 deletions EasyPost/Properties/VersionInfo.cs
Original file line number Diff line number Diff line change
Expand Up @@ -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")]

0 comments on commit 5a7b892

Please sign in to comment.