Skip to content

Commit d62bb01

Browse files
authored
Merge pull request #406 from EasyPost/v4.4.0
chore: prepare v4.4.0 for release
2 parents aac9873 + 5a7b892 commit d62bb01

File tree

3 files changed

+7
-6
lines changed

3 files changed

+7
-6
lines changed

CHANGELOG.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
# CHANGELOG
22

3-
## Unreleased
3+
## v4.4.0 (2023-02-17)
44

5-
- Added new beta `RateService`, accessible via `myClient.Beta.Rate`.
5+
- Added new beta `RateService`, accessible via `myClient.Beta.Rate`
66
- Added `RetrieveStatelessRate` function under beta `RateService` to pull stateless rates when shipment data is provided
77
- Added `GetLowestStatelessRate` function under `Utilities.Rate` to filter the lowest stateless rate
88
- Added new `GetLowest` instance functions, callable on `List<Rate>`, `List<Smartrate>` and `List<StatelessRate>`, to
99
filter the lowest rate
1010
- Deprecated rate and smartrate filtering methods in `ShipmentService`, `RateService` and `Calculation.Rates` namespaces, moved to `Utilities.Rate` namespace
11+
- Fixes Strong-Name signing that was unintentionally removed in v4.1.0 (this package is now strong-name signed once again)
1112

1213
## v4.3.0 (2023-01-18)
1314

EasyPost.nuspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
<metadata>
44
<id>EasyPost-Official</id>
55
<title>EasyPost (Official)</title>
6-
<version>4.3.0</version>
6+
<version>4.4.0</version>
77
<authors>EasyPost</authors>
88
<owners>EasyPost</owners>
99
<projectUrl>https://www.easypost.com</projectUrl>

EasyPost/Properties/VersionInfo.cs

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22

33
// Version information for an assembly must follow semantic versioning
44
// When releasing a release candidate, append a 4th digit being the number of the release candidate
5-
[assembly: AssemblyVersion("4.3.0")]
6-
[assembly: AssemblyFileVersion("4.3.0")]
7-
[assembly: AssemblyInformationalVersion("4.3.0")]
5+
[assembly: AssemblyVersion("4.4.0")]
6+
[assembly: AssemblyFileVersion("4.4.0")]
7+
[assembly: AssemblyInformationalVersion("4.4.0")]

0 commit comments

Comments
 (0)