Skip to content

Commit

Permalink
- Prep for v6.6.0 release (#575)
Browse files Browse the repository at this point in the history
  • Loading branch information
nwithan8 authored Jul 16, 2024
1 parent 38044b7 commit 1b55db7
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# CHANGELOG

## Next Release
## v6.6.0 (2024-07-16)

- Add new `SmartRate` service for interacting with the SmartRate API
- New `RecommendShipDateForShipment` function to recommend ship date for a shipment based on a desired delivery date.
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>6.5.2</version>
<version>6.6.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("6.5.2")]
[assembly: AssemblyFileVersion("6.5.2")]
[assembly: AssemblyInformationalVersion("6.5.2")]
[assembly: AssemblyVersion("6.6.0")]
[assembly: AssemblyFileVersion("6.6.0")]
[assembly: AssemblyInformationalVersion("6.6.0")]

0 comments on commit 1b55db7

Please sign in to comment.