Skip to content

Commit

Permalink
- Prep version number, CHANGELOG for v5.4.1 release (#507)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 authored Aug 17, 2023
1 parent eb55628 commit c5c302d
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 4 deletions.
5 changes: 5 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,10 @@
# CHANGELOG

## v5.4.1 (2023-08-17)

- Fix incorrect JSON mapping for `EasyPostEstimatedDeliveryDate`
- `EasyPostEstimatedDeliveryDate` is now a `DateTime` object rather than a `string`

## v5.4.0 (2023-08-14)

- Make the `Id` property of any `EasyPostObject`-based object instance settable (previously, this was read-only)
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>5.4.0</version>
<version>5.4.1</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("5.4.0")]
[assembly: AssemblyFileVersion("5.4.0")]
[assembly: AssemblyInformationalVersion("5.4.0")]
[assembly: AssemblyVersion("5.4.1")]
[assembly: AssemblyFileVersion("5.4.1")]
[assembly: AssemblyInformationalVersion("5.4.1")]

0 comments on commit c5c302d

Please sign in to comment.